diff options
author | Florian Ragwitz <rafl@debian.org> | 2008-06-25 03:22:41 +0200 |
---|---|---|
committer | Sam Vilain <sam@vilain.net> | 2008-12-19 14:35:37 +1300 |
commit | 5e137bc214f9c21ed33df8110b67005fb915c4e7 (patch) | |
tree | 5f6dd101fa009ed8dbb8ce9addcd310fa3de2335 /ext/GDBM_File | |
parent | 1a95a0fc1d08604e251c0f7ff5da9078aec9eaa7 (diff) | |
download | perl-5e137bc214f9c21ed33df8110b67005fb915c4e7.tar.gz |
Fix up .gitignore files some more
* Ignore generated macros.all in .gitignore for Sys::Syslog.
* Add .gitignore for generated files of GDBM_File.
* Ignore DynaLoader.xs in .gitignore for DynaLoader.
* Put every pattern in .gitignore files on a single line.
* Add some generated .xs files .gitignore of Encode.
* Ignore RealPPPort.xs in .gitignore for Devel::PPPort.
* Ignore ODBM_File.pm in .gitignore for lib/.
* Add .gitignore for generated files of XS::APItest.
* Add .gitignore for Compress::Raw::Zlib.
* Ignore GDBM_File.pm in .gitignore for lib/.
Diffstat (limited to 'ext/GDBM_File')
-rw-r--r-- | ext/GDBM_File/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/GDBM_File/.gitignore b/ext/GDBM_File/.gitignore new file mode 100644 index 0000000000..7ba0a5a289 --- /dev/null +++ b/ext/GDBM_File/.gitignore @@ -0,0 +1 @@ +const-*.inc |