Add foo.o and foo~ files to gitignore.

This commit is contained in:
Nick Mathewson 2009-04-29 14:00:14 -04:00
parent fa5c25709f
commit a4f58b534e
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,6 +1,10 @@
# Global ignores
# Editor droppings
\#*\#
.#*
*~
# C stuff
*.o
# Diff droppings
*.orig
*.rej
# gcov stuff