summaryrefslogtreecommitdiff
path: root/dist/.gitignore
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 21:15:34 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 21:29:26 +0100
commita193a2dbe32848820392de0a7fd340ca82c2efd9 (patch)
treeb05d072dcaf2cf6a62c00b57eef0c1010e0e9cd8 /dist/.gitignore
parentfe0fb48b9e1689ad6e74e0516047f20e411bc3b4 (diff)
downloadperl-a193a2dbe32848820392de0a7fd340ca82c2efd9.tar.gz
Support building extensions in dist/ as well as cpan/ and ext/
Diffstat (limited to 'dist/.gitignore')
-rw-r--r--dist/.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/.gitignore b/dist/.gitignore
new file mode 100644
index 0000000000..48ab11785c
--- /dev/null
+++ b/dist/.gitignore
@@ -0,0 +1,8 @@
+# ignore generated .c files, and other module build traces
+*.c
+*.bs
+blib
+pm_to_blib
+Makefile
+Makefile.PL
+ppport.h