diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-23 11:33:51 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-23 11:33:51 -0400 |
commit | 1475c12adcab6ee17f5f6dbdaeb9a7ef67317aca (patch) | |
tree | 023985b373f97312a143db0c61bb75e416fc2269 /.gitignore | |
parent | ebb88b93454c7c5b4af629c588b57dd54779c9ce (diff) | |
download | tame-1475c12adcab6ee17f5f6dbdaeb9a7ef67317aca.tar.gz tame-1475c12adcab6ee17f5f6dbdaeb9a7ef67317aca.tar.bz2 tame-1475c12adcab6ee17f5f6dbdaeb9a7ef67317aca.zip |
Add generated VERSION
This is useful for shell scripts and the like (e.g. Autoconf macros).
* .gitignore (/VERSION): Added
* VERSION.in: Added
* configure.ac: Process VERSION
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ /test/**/xspec/ /src/**/*.texi /src/conf.xsl +/VERSION *.apply *.info |