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,2 +1,5 @@
# Compiled
*.elc
+
+# Packaging
+.cask