diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ext/XSLoader/.gitignore | 1 | ||||
-rw-r--r-- | ext/lib/.gitignore | 1 | ||||
-rw-r--r-- | lib/.gitignore | 2 |
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 |