diff options
author | Brendan Forster <brendan@github.com> | 2016-03-06 18:35:35 +1100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2016-03-06 18:35:35 +1100 |
commit | 9e636ea96f23240b54afc7b3412657f79ec580d8 (patch) | |
tree | 3d16d4cc4f7ac5c63d3e68867ee685424ca1c4b7 /Global | |
parent | c6a8c5299d3c29937406fcc5e3c53f4a9f08438c (diff) | |
parent | 413049c2830df7ec05fcad6a991e7c616b2c0377 (diff) | |
download | gitignore-9e636ea96f23240b54afc7b3412657f79ec580d8.tar.gz gitignore-9e636ea96f23240b54afc7b3412657f79ec580d8.zip |
Merge pull request #1867 from yoLotus/emacs-projectile
add .projectile file to emacs .gitignore
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Emacs.gitignore | 3 |
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 |