Skip to content

Commit 2843f9d

Browse files
committed
update .gitignore to cover more generated files
Signed-off-by: Oguzhan Turk <stkyoht@hotmail.com>
1 parent 5d7a934 commit 2843f9d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Makefile
44
Makefile.in
55
aclocal.m4
6+
ax_*.m4
7+
pkg.m4
68
aminclude_static.am
79
autom4te.cache/
810
compile
@@ -16,6 +18,7 @@ install-sh
1618
libtool
1719
libtpm2.la
1820
ltmain.sh
21+
stamp-h1
1922
m4/libtool.m4
2023
m4/ltoptions.m4
2124
m4/ltsugar.m4
@@ -26,6 +29,7 @@ src/.dirstamp
2629
src/.libs/
2730
src/*.o
2831
src/*.lo
32+
src/config.h
2933
tpm2tss-genkey
3034
libtpm2tss.la
3135
*.gcno
@@ -44,3 +48,5 @@ test/error_tpm2-tss-engine-common
4448
test/*.o
4549
config.h.in
4650
VERSION
51+
build/
52+
.vscode/

0 commit comments

Comments
 (0)