diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-31 15:58:59 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-01-31 15:58:59 +0100 |
commit | b83328369a82aa35fec714d7edd703e2243cc40e (patch) | |
tree | 145b0d3856adde9cb015ddeed20223108d9d799d /.gitignore | |
parent | 95e1696e37cf1bae3239acf41d351951364f11ef (diff) | |
download | blogc-b83328369a82aa35fec714d7edd703e2243cc40e.tar.gz blogc-b83328369a82aa35fec714d7edd703e2243cc40e.tar.bz2 blogc-b83328369a82aa35fec714d7edd703e2243cc40e.zip |
Revert "Revert "build: added git-version-gen support""
This reverts commit 8e01ccec4837027a12a4bfc6a54e3c09440169a9.
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 |