diff options
author | Yves Orton <demerphq@gmail.com> | 2008-12-27 20:18:24 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2008-12-27 20:18:24 +0100 |
commit | b7e5ec797d6492ead4bf7f40925d2bf6a2f5b0df (patch) | |
tree | aad9c6461c42d7bef6dfb01b52a325f3fe0f5eaa /.gitignore | |
parent | 70bda14b72dd0416e17abcca915d12f314593ad7 (diff) | |
download | perl-b7e5ec797d6492ead4bf7f40925d2bf6a2f5b0df.tar.gz |
ignore bugBLAH.pl files as they are likely dev/test/debugging byproduct
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2aab4988c..9a11832f71 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ .patchnum .sha1 +# ignore bug*.pl +bug*.pl # files produced by './configure.gnu' on a Linux machine Makefile.old |