diff options
author | tgingold <tgingold@users.noreply.github.com> | 2016-10-30 19:04:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-30 19:04:31 +0100 |
commit | 7e5982561eeba9965c828d307f619dbec116e8e8 (patch) | |
tree | 3d6531e2b35adea7c4e0972dcc10ff99fe825200 /.gitignore | |
parent | de1c213c36101c80f961f2ba24d4188646de8cb5 (diff) | |
parent | 97f4808fb4337065ad2a21d63e3d5bad3e03500c (diff) | |
download | ghdl-7e5982561eeba9965c828d307f619dbec116e8e8.tar.gz ghdl-7e5982561eeba9965c828d307f619dbec116e8e8.tar.bz2 ghdl-7e5982561eeba9965c828d307f619dbec116e8e8.zip |
Merge pull request #175 from Paebbels/paebbels/winbuild-versioning-fix
Winbuild: Fixed Windows build flow after makefile changes.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 52db5343c..29ca63176 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ grt.lst libgrt.a run-bind.adb run-bind.ads +src/version.ads |