This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-22 03:34:23 +01:00
Code
Issues
Releases
Wiki
Activity
cc686ca1c6
gitignore
/
Elisp.gitignore
8 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore file for elisp projects - Ignore compiled files
2013-11-19 12:56:22 +01:00
# Compiled
*.elc
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
2014-05-30 18:41:45 +02:00
# Packaging
.cask
add backup files (*~)
2016-10-26 18:15:56 +02:00
# Backup files
*~
Reference in New Issue
Copy Permalink