summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* add Visual Studio build files missed in thye initial commitBrian Gladman2015-07-271-9/+1
|
* Update .gitignore for automake changes.Peter Johnson2014-08-101-0/+3
|
* Add Visual Studio 2013 build filesBrian Gladman2014-04-061-0/+1
|
* Fix .gitignore for some wildcards.Peter Johnson2011-09-031-5/+4
|
* Generate version number information from git history.Peter Johnson2011-08-271-0/+2
| | | | | | | | | | | | | | | | | | Due to the svn import structure, a special case is currently implemented to look for the 1.1.0 branchpoint instead of the most recent tag on the master branch. This will be removed after the first release is tagged on the master branch in git. Specific details: autogen.sh: More aggressively clean autoconf cache. This is needed to ensure the version number is actually regenerated. Don't generate PACKAGE_PATCHLEVEL or PACKAGE_BUILD variables. The genversion program now parses PACKAGE_VERSION directly. For Mkfiles builds, YASM-VERSION.h is generated and included by the custom config.h. This avoids the need to edit config.h for versioning.
* Add .gitignore files.Peter Johnson2011-08-271-0/+67
These are based on the old svn:ignore properties.