diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-05-14 20:53:15 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-05-14 20:53:44 -0400 |
commit | edf66531c5b114b1ab16d8c23dd3f285b519c460 (patch) | |
tree | 095a9ffe74fce31a937c12d27b4d28f0ff4b3013 | |
parent | a903e7e1941bab112dd72d14f3d93c00e49c1966 (diff) |
Ignore emacs temp files.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.go *.tar.gz *.tar.gz.asc +*~ /configure /config.status |