diff options
Diffstat (limited to '')
-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 |