diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/.gitignore | 6 | ||||
-rw-r--r-- | ext/B/.gitignore | 1 | ||||
-rw-r--r-- | ext/ByteLoader/.gitignore | 1 | ||||
-rw-r--r-- | ext/DB_File/.gitignore | 2 | ||||
-rw-r--r-- | ext/Devel/.gitignore | 2 | ||||
-rw-r--r-- | ext/Devel/PPPort/.gitignore | 4 | ||||
-rw-r--r-- | ext/DynaLoader/.gitignore | 3 | ||||
-rw-r--r-- | ext/Encode/.gitignore | 6 | ||||
-rw-r--r-- | ext/Errno/.gitignore | 2 | ||||
-rw-r--r-- | ext/Fcntl/.gitignore | 1 | ||||
-rw-r--r-- | ext/File/.gitignore | 1 | ||||
-rw-r--r-- | ext/File/Glob/.gitignore | 1 | ||||
-rw-r--r-- | ext/I18N/Langinfo/.gitignore | 1 | ||||
-rw-r--r-- | ext/IO/.gitignore | 1 | ||||
-rw-r--r-- | ext/IPC/SysV/.gitignore | 1 | ||||
-rw-r--r-- | ext/POSIX/.gitignore | 1 | ||||
-rw-r--r-- | ext/SDBM_File/sdbm/.gitignore | 2 | ||||
-rw-r--r-- | ext/Socket/.gitignore | 1 | ||||
-rw-r--r-- | ext/Sys/Syslog/.gitignore | 1 | ||||
-rw-r--r-- | ext/Time/HiRes/.gitignore | 2 | ||||
-rw-r--r-- | ext/Unicode/Normalize/.gitignore | 1 | ||||
-rw-r--r-- | ext/Win32CORE/.gitignore | 1 | ||||
-rw-r--r-- | ext/XS/.gitignore | 4 |
23 files changed, 46 insertions, 0 deletions
diff --git a/ext/.gitignore b/ext/.gitignore new file mode 100644 index 0000000000..7c7b8db486 --- /dev/null +++ b/ext/.gitignore @@ -0,0 +1,6 @@ +# ignore generated .c files, and other module build traces +*.c *.bs +blib +pm_to_blib +Makefile +ppport.h diff --git a/ext/B/.gitignore b/ext/B/.gitignore new file mode 100644 index 0000000000..8d3831e40b --- /dev/null +++ b/ext/B/.gitignore @@ -0,0 +1 @@ +defsubs.h diff --git a/ext/ByteLoader/.gitignore b/ext/ByteLoader/.gitignore new file mode 100644 index 0000000000..7d1ff6a6cc --- /dev/null +++ b/ext/ByteLoader/.gitignore @@ -0,0 +1 @@ +!/byterun.c diff --git a/ext/DB_File/.gitignore b/ext/DB_File/.gitignore new file mode 100644 index 0000000000..f3e2b6849d --- /dev/null +++ b/ext/DB_File/.gitignore @@ -0,0 +1,2 @@ +!/version.c +/constants.h diff --git a/ext/Devel/.gitignore b/ext/Devel/.gitignore new file mode 100644 index 0000000000..e9f3854bb5 --- /dev/null +++ b/ext/Devel/.gitignore @@ -0,0 +1,2 @@ +!/PPPort/module2.c +!/PPPort/module3.c diff --git a/ext/Devel/PPPort/.gitignore b/ext/Devel/PPPort/.gitignore new file mode 100644 index 0000000000..817c1902e8 --- /dev/null +++ b/ext/Devel/PPPort/.gitignore @@ -0,0 +1,4 @@ +/PPPort.pm +#ignored in /ext +#/ppport.h +/module*.c diff --git a/ext/DynaLoader/.gitignore b/ext/DynaLoader/.gitignore new file mode 100644 index 0000000000..9280799f4c --- /dev/null +++ b/ext/DynaLoader/.gitignore @@ -0,0 +1,3 @@ +!/dlutils.c +/DynaLoader.pm +/XSLoader.pm diff --git a/ext/Encode/.gitignore b/ext/Encode/.gitignore new file mode 100644 index 0000000000..830062554a --- /dev/null +++ b/ext/Encode/.gitignore @@ -0,0 +1,6 @@ +!/encengine.c +/Byte/Byte.xs +*.exh +*.h +!/Encode/encode.h +*.fnm diff --git a/ext/Errno/.gitignore b/ext/Errno/.gitignore new file mode 100644 index 0000000000..fb9df20035 --- /dev/null +++ b/ext/Errno/.gitignore @@ -0,0 +1,2 @@ +/Errno.pm +/arch.txt diff --git a/ext/Fcntl/.gitignore b/ext/Fcntl/.gitignore new file mode 100644 index 0000000000..2a06e93b55 --- /dev/null +++ b/ext/Fcntl/.gitignore @@ -0,0 +1 @@ +*.inc diff --git a/ext/File/.gitignore b/ext/File/.gitignore new file mode 100644 index 0000000000..ce36536470 --- /dev/null +++ b/ext/File/.gitignore @@ -0,0 +1 @@ +!/Glob/bsd_glob.c diff --git a/ext/File/Glob/.gitignore b/ext/File/Glob/.gitignore new file mode 100644 index 0000000000..2a06e93b55 --- /dev/null +++ b/ext/File/Glob/.gitignore @@ -0,0 +1 @@ +*.inc diff --git a/ext/I18N/Langinfo/.gitignore b/ext/I18N/Langinfo/.gitignore new file mode 100644 index 0000000000..2a06e93b55 --- /dev/null +++ b/ext/I18N/Langinfo/.gitignore @@ -0,0 +1 @@ +*.inc diff --git a/ext/IO/.gitignore b/ext/IO/.gitignore new file mode 100644 index 0000000000..577c726243 --- /dev/null +++ b/ext/IO/.gitignore @@ -0,0 +1 @@ +!/poll.c diff --git a/ext/IPC/SysV/.gitignore b/ext/IPC/SysV/.gitignore new file mode 100644 index 0000000000..2a06e93b55 --- /dev/null +++ b/ext/IPC/SysV/.gitignore @@ -0,0 +1 @@ +*.inc diff --git a/ext/POSIX/.gitignore b/ext/POSIX/.gitignore new file mode 100644 index 0000000000..2a06e93b55 --- /dev/null +++ b/ext/POSIX/.gitignore @@ -0,0 +1 @@ +*.inc diff --git a/ext/SDBM_File/sdbm/.gitignore b/ext/SDBM_File/sdbm/.gitignore new file mode 100644 index 0000000000..289833e9b8 --- /dev/null +++ b/ext/SDBM_File/sdbm/.gitignore @@ -0,0 +1,2 @@ +!*.c +*.a diff --git a/ext/Socket/.gitignore b/ext/Socket/.gitignore new file mode 100644 index 0000000000..2a06e93b55 --- /dev/null +++ b/ext/Socket/.gitignore @@ -0,0 +1 @@ +*.inc diff --git a/ext/Sys/Syslog/.gitignore b/ext/Sys/Syslog/.gitignore new file mode 100644 index 0000000000..2a06e93b55 --- /dev/null +++ b/ext/Sys/Syslog/.gitignore @@ -0,0 +1 @@ +*.inc diff --git a/ext/Time/HiRes/.gitignore b/ext/Time/HiRes/.gitignore new file mode 100644 index 0000000000..a89cf3eadf --- /dev/null +++ b/ext/Time/HiRes/.gitignore @@ -0,0 +1,2 @@ +*.inc +/xdefine diff --git a/ext/Unicode/Normalize/.gitignore b/ext/Unicode/Normalize/.gitignore new file mode 100644 index 0000000000..424c745c12 --- /dev/null +++ b/ext/Unicode/Normalize/.gitignore @@ -0,0 +1 @@ +*.h diff --git a/ext/Win32CORE/.gitignore b/ext/Win32CORE/.gitignore new file mode 100644 index 0000000000..cbe3f3d56d --- /dev/null +++ b/ext/Win32CORE/.gitignore @@ -0,0 +1 @@ +!/Win32CORE.c diff --git a/ext/XS/.gitignore b/ext/XS/.gitignore new file mode 100644 index 0000000000..2c69454aae --- /dev/null +++ b/ext/XS/.gitignore @@ -0,0 +1,4 @@ +!/APItest/core.c +!/APItest/exception.c +!/APItest/notcore.c +!/Typemap/stdio.c |