Ignore editor backups.

This commit is contained in:
JoelKatz
2012-04-09 21:50:43 -07:00
committed by Stefan Thomas
parent 8c5d9ef764
commit 28ee7cc830

3
.gitignore vendored
View File

@@ -9,6 +9,9 @@
# Ignore python compiled files.
*.pyc
# Ignore backup/temps
*~
# Ignore object files.
*.o
obj/*