Skip to content

Commit e151cb8

Browse files
committed
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
1 parent 88a7dc8 commit e151cb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Elisp.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Compiled
22
*.elc
3+
4+
# Packaging
5+
.cask

0 commit comments

Comments
 (0)