From: Nick Mathewson Date: Wed, 29 Apr 2009 18:00:14 +0000 (-0400) Subject: Add foo.o and foo~ files to gitignore. X-Git-Tag: tor-0.2.1.15-rc~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029b8eb056b340b39c898403d59eea33e7abe082;p=thirdparty%2Ftor.git Add foo.o and foo~ files to gitignore. --- 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