Skip to content
Browse files

elisp: adding .cask files to gitignore

cask is a dependency/package management tool for Emacs lisp packages. Adding
.cask to gitignore template to avoid tracking of installed packages not
a part of repository
  • Loading branch information...
1 parent 88a7dc8 commit e151cb8c5dbcbb490952d028741996e501e8c26d @theanalyst theanalyst committed
Showing with 3 additions and 0 deletions.
  1. +3 −0 Elisp.gitignore
View
3 Elisp.gitignore
@@ -1,2 +1,5 @@
# Compiled
*.elc
+
+# Packaging
+.cask

0 comments on commit e151cb8

Please sign in to comment.
Something went wrong with that request. Please try again.