Add foo.o and foo~ files to gitignore.

This commit is contained in:
Nick Mathewson 2009-04-29 14:00:14 -04:00
parent 7d8a81ec06
commit b06b95d81d
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