diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-05-06 09:45:49 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-05-06 09:45:49 +0800 |
commit | 65ecc7368970a5cf271ca1cff13d401a6534e40e (patch) | |
tree | e5206f3443aae5c62c4460d7a3f79ba5ec57c40d /.gitignore | |
parent | 2085cacd8b32eae444e6b78bef2139cb1cbcf641 (diff) | |
download | cexcess-65ecc7368970a5cf271ca1cff13d401a6534e40e.tar.bz2 |
ignore emacs temporary files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,9 +4,9 @@ *.swp *.un~ *_bak +.#* # python __init__.py *.pyc **/__pycache__ - |