diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-16 09:41:50 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-16 09:41:50 +0800 |
commit | d46dafc133d324feabe6c1631bc1dac2e2536ed7 (patch) | |
tree | 4e393368d69b1764245967397bfc907bb003fe3e /.gitignore | |
parent | 36750b13d1584f03d7a2c95f7f1c5332dc81723b (diff) | |
download | dotfiles-d46dafc133d324feabe6c1631bc1dac2e2536ed7.tar.bz2 |
Ignore *.elc
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ PRIVATE/ __pycache__/ *.py[cod] +### emeacs +*.elc + ### C {{{ # Object files *.o |