Skip to content

Commit

Permalink
elisp: adding .cask files to gitignore
Browse files Browse the repository at this point in the history
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
theanalyst committed May 30, 2014
1 parent 88a7dc8 commit e151cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Elisp.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Compiled
*.elc

# Packaging
.cask

0 comments on commit e151cb8

Please sign in to comment.