Ignore emacs backup files for things other than python files
authorDiane Trout <diane@caltech.edu>
Sat, 26 Feb 2011 00:10:26 +0000 (16:10 -0800)
committerDiane Trout <diane@caltech.edu>
Sat, 26 Feb 2011 00:10:26 +0000 (16:10 -0800)
.gitignore

index 921a57b3b720e8cb8b78e3edfca3fb695fcf073b..b8c701b93b866250b64bd4489ddb3bbe7051a1c8 100644 (file)
@@ -1,4 +1,5 @@
-*.py[co~]
+*~
+*.py[co]
 .coverage
 *.egg-info
 dist