aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEtienne Bazin <etienne.bazin@wifirst.fr>2016-02-19 10:12:44 +0100
committerEtienne Bazin <etienne.bazin@wifirst.fr>2016-02-19 10:12:44 +0100
commit413049c2830df7ec05fcad6a991e7c616b2c0377 (patch)
tree55272a248153eaa6cc8d8091f025e737dd3df265
parenta392c48ccf4136ef75acb05b7ead4e9c75235c19 (diff)
downloadgitignore-413049c2830df7ec05fcad6a991e7c616b2c0377.tar.gz
gitignore-413049c2830df7ec05fcad6a991e7c616b2c0377.zip
add .projectile file to emacs .gitignore
-rw-r--r--Global/Emacs.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore
index 43632ff1..e2f51c0b 100644
--- a/Global/Emacs.gitignore
+++ b/Global/Emacs.gitignore
@@ -36,3 +36,6 @@ flycheck_*.el
# server auth directory
/server/
+
+# projectiles files
+.projectile \ No newline at end of file