Browse Source

Add basic gitignore

Ignore Emacs backup files, compiled elisp and TAGS.
workspaces
Mattias Bengtsson 6 years ago
parent
commit
4719b734cc
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