diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 10:53:14 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 10:53:14 -0500 |
commit | be87ec3bf30b75a1fdacd16f013ea4a4cfccd9fe (patch) | |
tree | bf6ac5a2f2a9b3b47350f402b6fa991cb9957e66 /.gitignore | |
parent | 5f099f17a43fbe683b330ce4b23b508a06f88a5a (diff) |
edit the root .gitignore to ignore editor files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,3 @@ -*.pdf -*.html -*.png -!stickman.png +.~lock.* +*~ +*# |