projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
59c5d19
)
Ignore vim swap files
Vincent Pit [Sun, 24 May 2009 12:19:37 +0000 (14:19 +0200)]
.gitignore
patch
|
blob
|
blame
|
history
ext/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/.gitignore
b/.gitignore
index
47e9322
..
fd899d9
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-103,3
+103,6
@@
veryclean.sh
.package
U
MANIFEST.new
+
+# ignore vim swap files
+*.swp
diff --git
a/ext/.gitignore
b/ext/.gitignore
index
5cd0e48
..
ef1a199
100644
(file)
--- a/
ext/.gitignore
+++ b/
ext/.gitignore
@@
-25,3
+25,7
@@
ppport.h
/Sys-Hostname/Makefile.PL
/Test-Harness/Makefile.PL
/Text-Soundex/Makefile.PL
+
+# ignore all vim swap files but the one bundled in Module::Pluggable for testing
+*.swp
+!/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp