[or-cvs] [tor/master] Add *.swp to .gitignore as vim's editor dropping.
Nick Mathewson
nickm at seul.org
Wed May 27 18:20:24 UTC 2009
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed, 27 May 2009 12:10:37 -0400
Subject: Add *.swp to .gitignore as vim's editor dropping.
Commit: 031ce86cd4615c29c42a9c8dc344ab819ac91978
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index f5d2d4e..46917c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
\#*\#
.#*
*~
+*.swp
# C stuff
*.o
# Diff droppings
--
1.5.6.5
More information about the tor-commits
mailing list