Bug 1643098 - Ignore Emacs project sentinel .projectile files. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D78123
This commit is contained in:
Nick Alexander 2020-06-03 19:46:16 +00:00
parent 8191ee17a1
commit d813d2e019
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -23,6 +23,8 @@ ID
# Emacs directory variable files.
**/.dir-locals.el
# Emacs project sentinel files.
**/.projectile
# User files that may appear at the root
/.mozconfig*

View File

@ -20,6 +20,8 @@ compile_commands\.json
# Emacs directory variable files.
\.dir-locals\.el
# Emacs project sentinel files.
\.projectile
# User files that may appear at the root
^\.mozconfig