[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/maint-0.2.0] Add foo.o and foo~ files to gitignore.
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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