[or-cvs] [tor/maint-0.2.0] Add foo.o and foo~ files to gitignore.

Nick Mathewson nickm at seul.org
Wed Apr 29 18:03:23 UTC 2009


Author: Nick Mathewson <nickm at torproject.org>
Date: Wed, 29 Apr 2009 14:00:14 -0400
Subject: Add foo.o and foo~ files to gitignore.
Commit: a4f58b534e62f5e91228932af541eab9345f8a1e

---
 .gitignore |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index b15ee92..f5d2d4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,10 @@
-# Global ignores
+# Editor droppings
 \#*\#
 .#*
+*~
+# C stuff
+*.o
+# Diff droppings
 *.orig
 *.rej
 # gcov stuff
-- 
1.5.6.5



More information about the tor-commits mailing list