Browse Source

elisp: Ignore more build tools

.eask, .eldev, .keg are other build tools like .cask.
dist is the default folder to build package distribution files.
Jen-Chieh Shen 2 years ago
parent
commit
64340cce99
1 changed files with 7 additions and 1 deletions
  1. 7 1
      Elisp.gitignore

+ 7 - 1
Elisp.gitignore

@@ -2,7 +2,13 @@
 *.elc
 *.elc
 
 
 # Packaging
 # Packaging
-.cask
+.cask/
+.eask/
+.eldev/
+.keg/
+
+# Built distribution
+dist/
 
 
 # Backup files
 # Backup files
 *~
 *~