diff mbox

.gitignore: Ignore dependencies and Vim swap files

Message ID 20090424175807.014635a3@notas (mailing list archive)
State Mainlined, archived
Headers show

Commit Message

Martin Nagy April 24, 2009, 3:58 p.m. UTC
Signed-off-by: Martin Nagy <nagy.martin@gmail.com>
---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Christopher Li April 24, 2009, 10:44 p.m. UTC | #1
Thanks and applied.

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index a915ef3..8ea8feb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,9 @@ 
 # generic
 *.o
+*.o.d
 *.a
 *.so
+.*.swp
 
 # generated
 pre-process.h