Browse Source

Add basic gitignore file

Ignore Emacs backup files, compiled files and TAGS.
master
Mattias Bengtsson 6 years ago
parent
commit
8afc50c31c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .gitignore

+ 4
- 0
.gitignore View File

@ -0,0 +1,4 @@
*~
*#*
*.elc
TAGS

Loading…
Cancel
Save