Skip to content

Commit d58a1b8

Browse files
authored
Merge pull request #117 from padelsbach/gitignore-version-hexstr
Exclude generated version.h file from git
2 parents c665e6c + 05cfb1f commit d58a1b8

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
/include/config.h.in
2424
/include/config.h
2525
/include/config.h.in~
26+
/include/wolfprovider/version.h
2627
/config.status
2728
/include.am
2829
/libtool
@@ -48,7 +49,7 @@
4849
/test/unit.test
4950
/test/unit.log
5051
/test/unit.trs
51-
/scripts/log/*.log
52+
/scripts/*.log
5253
*.gcno
5354
*.gcda
5455

include/wolfprovider/version.h

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)