aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-09 14:54:38 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-09 15:08:53 -0400
commit2f7193a32068ac68b86c45275e240df15c63ffd3 (patch)
tree168cb21da9d33e33720fa39d552ca4a87d3a18f2
parente3ef670c2ca82af72263120a7aab775f9d086c21 (diff)
Ignore compiled and packaging files
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e43b0f9..602f998 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,8 @@
+# Compiled
+*.elc
+
+# Packaging
+.cask
+
+# Other
.DS_Store