diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-09 14:54:38 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-09 15:08:53 -0400 |
commit | 2f7193a32068ac68b86c45275e240df15c63ffd3 (patch) | |
tree | 168cb21da9d33e33720fa39d552ca4a87d3a18f2 | |
parent | e3ef670c2ca82af72263120a7aab775f9d086c21 (diff) |
Ignore compiled and packaging files
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1 +1,8 @@ +# Compiled +*.elc + +# Packaging +.cask + +# Other .DS_Store |