diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-07-20 10:33:00 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-24 09:36:11 +0200 |
commit | f8a1725b2c30a67a3aa1346fd339bd635b6f900f (patch) | |
tree | 04123b240f7e6e66a52d3fe9d0875d25a0fc8e07 /.gitignore | |
parent | f2b380a8e0ec5a3f7be425aaff2316ebeb102c94 (diff) | |
download | perl-f8a1725b2c30a67a3aa1346fd339bd635b6f900f.tar.gz |
Make .gitignore and lib/.gitignore more consistent.
Move the ignore of lib/App/, lib/mro.pm, lib/TAP/, lib/Test/Harness.pm,
lib/File/DosGlob.pm, lib/inc/, Win32.pm, Win32API/ and Win32Core.pm from
.gitignore to lib/.gitignore, where they more logically belong.
Consistently use trailing / for ignored directories.
Add a leading / to the ignore of unicore/TestProp.pl
(The line was added by commit 3df51b85ce4a5664 in Nov 2009, and it's not
clear why it did not have a leading / from the start.)
Re-sort lib/.gitignore lexically.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 4c6ac8bee3..1107c5559f 100644 --- a/.gitignore +++ b/.gitignore @@ -93,22 +93,13 @@ MYMETA.* /bitcount.h /mg_data.h -lib/inc/ -lib/Win32.pm -lib/Win32API/ -lib/Win32CORE.pm lib/CORE/ # test byproducts ext/Test-Harness/t/ext/ -lib/App/ lib/Archive/Tar/t/src/long/foo.tbz lib/Archive/Tar/t/src/short/foo.tbz lib/IPC/Cmd/t/src/x.tgz -lib/mro.pm -lib/TAP/ -lib/Test/Harness.pm -lib/File/DosGlob.pm t/rantests t/tmp* t/perl |