diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-07-23 10:53:06 +0200 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2010-07-23 10:53:25 +0200 |
commit | fc4237869bfa5037257af3dde705ac0238b83617 (patch) | |
tree | 0dcadd668886544a08868d109f80ddca0708b966 /.gitignore | |
parent | ba59b1f1e53e2700ad86bf6df4075218d76c4e1d (diff) | |
download | perl-fc4237869bfa5037257af3dde705ac0238b83617.tar.gz |
Ignore *.i
These files are generated, upon request, by the macro expansion targets.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6944e14724..3619d0a479 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ Makefile.old *.o *.a *.so +*.i # general build products (Win32) *.def |