.gitignore: Ignore emacs projectile configuration files

This commit is contained in:
Henry Weller
2016-11-09 11:23:20 +00:00
parent 0b2e584fd4
commit d0b633a103

3
.gitignore vendored
View File

@ -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