diff options
author | Sami Kerola | 2011-03-31 22:10:07 +0200 |
---|---|---|
committer | Karel Zak | 2011-04-05 16:34:00 +0200 |
commit | 38c75b59e357c03877ccfc377c6d4400c9610c93 (patch) | |
tree | 3c034a3fe4a01b08f38fb54f8136e6aaad7c7131 /.gitignore | |
parent | libmount: fix parsing of mountinfo from 2.6.39 (diff) | |
download | kernel-qcow2-util-linux-38c75b59e357c03877ccfc377c6d4400c9610c93.tar.gz kernel-qcow2-util-linux-38c75b59e357c03877ccfc377c6d4400c9610c93.tar.xz kernel-qcow2-util-linux-38c75b59e357c03877ccfc377c6d4400c9610c93.zip |
build-sys: use git-version-gen to distinct git and release versions
The script is copied as is from gnulib.
[kzak@redhat.com: - generate .tarball-version and .version files in
top level Makefile.am
- delete autom4te.cache in autogen.sh]
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 04842ee10..fab74fdbe 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ cscope.out tags .deps .libs +.tarball-version +.version config/ltmain.sh # libuuid depends on AX_TLS macro |