.gitignore: Ignore emacs projectile configuration files
This commit is contained in:
parent
0b2e584fd4
commit
d0b633a103
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -75,9 +75,10 @@ doc/Doxygen/DTAGS
|
|||
# Ignore .tags in the main directory
|
||||
/.tags
|
||||
|
||||
# Ignore eclipse project files in the main directory
|
||||
# Ignore project files in the main directory
|
||||
/.cproject
|
||||
/.project
|
||||
/.dir-locals.el
|
||||
|
||||
# Ignore the test directory
|
||||
/tutorialsTest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue