diff options
author | Yves Orton <demerphq@dromedary.booking.com> | 2008-12-26 17:12:22 +0100 |
---|---|---|
committer | Yves Orton <demerphq@dromedary.booking.com> | 2008-12-27 11:18:09 +0100 |
commit | 6abfca009fc00780b1546304f40b7d5b81f3cb76 (patch) | |
tree | 23c6c6f92b5b1657e5aa39851771caf937286446 /.gitignore | |
parent | 4f68271caaab1f350ae812cccb5d90806ab15b75 (diff) | |
download | perl-6abfca009fc00780b1546304f40b7d5b81f3cb76.tar.gz |
better git based version numbering (hopefully sane)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 81f4486921..c2aab4988c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,9 @@ *.patch # ignore local .config files .config -# ignore generated .patchnum file +# these are generated by make_patchnum.sh from git or from a .patchfile .patchnum +.sha1 # files produced by './configure.gnu' on a Linux machine |