diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-11 19:33:15 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-11 19:33:15 -0800 |
commit | 5ac1931931db303de8b5e890bfac085efa762ff3 (patch) | |
tree | 2b5c64a228e1fd4c8837ef74e7e2252b9513e9bb /gitignore | |
parent | [bin] Build the partition ownership tool and sort the targets. (diff) | |
download | emacs.d-5ac1931931db303de8b5e890bfac085efa762ff3.tar.gz |
[git] More human readable gitignore.
Diffstat (limited to 'gitignore')
-rw-r--r-- | gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gitignore b/gitignore index 2715fa3..103e045 100644 --- a/gitignore +++ b/gitignore @@ -1,15 +1,20 @@ # osx stuff .DS_Store +Icon + # ide .idea *.iml /env/* + # python stuff .flake8rc *pyc + # ctags stuff TAGS tags + # emacs stuff .projectile .dir-locals.el |