diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-04-29 14:00:14 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-04-29 14:00:14 -0400 |
commit | 029b8eb056b340b39c898403d59eea33e7abe082 (patch) | |
tree | d5e9de572ed72677a2df4a0c3b99e0167b36d8d5 /.gitignore | |
parent | 7d8a81ec0605f42012b8d027583cc7bb7b8b5e93 (diff) | |
download | tor-029b8eb056b340b39c898403d59eea33e7abe082.tar.gz tor-029b8eb056b340b39c898403d59eea33e7abe082.zip |
Add foo.o and foo~ files to gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b15ee9282c..f5d2d4ee96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ -# Global ignores +# Editor droppings \#*\# .#* +*~ +# C stuff +*.o +# Diff droppings *.orig *.rej # gcov stuff |