[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [tor/master] Add *.swp to .gitignore as vim's editor dropping.
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
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