diff options
author | Max Maischein <corion@corion.net> | 2009-01-05 14:22:54 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@toroid.org> | 2009-01-05 23:45:49 +0530 |
commit | ca03d8e9757555d970b649fcba29719681875f1c (patch) | |
tree | 1d709eb09e33106fdf83fc7ddb85a97c3f3f5ae9 /.gitignore | |
parent | b480728ce18f49c6f46b1136294b49a24b4e8a6b (diff) | |
download | perl-ca03d8e9757555d970b649fcba29719681875f1c.tar.gz |
Add lib/CORE/ to .gitignore (needed on Windows)
C:\Projekte\bleadperl-git\win32>dmake && git status
[...]
nothing to commit (working directory clean)
C:\Projekte\bleadperl-git\win32>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a98e78d42e..fd24500da6 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,7 @@ ext/Win32API/File/cFile_pc_to_blib lib/Win32.pm lib/Win32API/ lib/Win32CORE.pm +lib/CORE/ # These .bat files are created from their Perl correspondents pod/pod2html.bat |