summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-09-27 15:26:05 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2009-09-27 15:26:05 +0200
commit85269948cc8951473fc68344aef336c43580ee70 (patch)
tree4324f19d51b4b5f1ca62ef7f37609eb0f331dcfc
parent93e19c0f634ff075d96380394c4e3449389368d8 (diff)
downloadperl-85269948cc8951473fc68344aef336c43580ee70.tar.gz
gitignore additions
-rw-r--r--.gitignore1
-rw-r--r--ext/XSLoader/.gitignore1
-rw-r--r--ext/lib/.gitignore1
-rw-r--r--lib/.gitignore2
4 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5decace76b..7a0d142fc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ Makefile.old
/perlmain.c
/perlmini.c
/pod/Makefile
+/runtests
/writemain
/x2p/Makefile
/x2p/cflags
diff --git a/ext/XSLoader/.gitignore b/ext/XSLoader/.gitignore
new file mode 100644
index 0000000000..b91c997d50
--- /dev/null
+++ b/ext/XSLoader/.gitignore
@@ -0,0 +1 @@
+/XSLoader.pm
diff --git a/ext/lib/.gitignore b/ext/lib/.gitignore
new file mode 100644
index 0000000000..8caf3063dc
--- /dev/null
+++ b/ext/lib/.gitignore
@@ -0,0 +1 @@
+/lib.pm
diff --git a/lib/.gitignore b/lib/.gitignore
index cc418857d6..158c9e22e1 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -173,6 +173,8 @@
/File/Glob.pm
/File/GlobMapper.pm
/File/Path.pm
+/File/Spec/
+/File/Spec.pm
/File/Temp.pm
/FileCache.pm
/Filter/Simple.pm