Pārlūkot izejas kodu

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
Abhishek L 11 gadi atpakaļ
vecāks
revīzija
e151cb8c5d
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      Elisp.gitignore

+ 3 - 0
Elisp.gitignore

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