diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-13 19:31:32 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-13 19:31:32 +0100 |
commit | 5e53ba7406e65b51ec59aad634b6baf7154e1ad3 (patch) | |
tree | 73ea4ec0e9804d2c9cfc1bc2c758e656e89aade7 /.gitignore | |
parent | 1c819d729177f6569febb962955dd8098ef6b35b (diff) | |
download | blogc-5e53ba7406e65b51ec59aad634b6baf7154e1ad3.tar.gz blogc-5e53ba7406e65b51ec59aad634b6baf7154e1ad3.tar.bz2 blogc-5e53ba7406e65b51ec59aad634b6baf7154e1ad3.zip |
build: added git-version-gen support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,7 @@ Makefile.in .dirstamp /build-aux/* !/build-aux/build-windows.sh +!/build-aux/git-version-gen # installed .m4 files /m4/*.m4 @@ -62,3 +63,6 @@ blogc-*.zip # rpms blogc.spec blogc-*.rpm + +# git-version-gen +/.version |