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
This commit is contained in:
Abhishek L 2014-05-30 22:11:45 +05:30
parent 88a7dc820e
commit e151cb8c5d
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# Compiled # Compiled
*.elc *.elc
# Packaging
.cask