mirror of
https://github.com/stefanberger/libtpms
synced 2026-08-12 19:25:06 +00:00
Add .gitignore
Add .gitignore file to ignore certain files in the repository. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Acked-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
This commit is contained in:
parent
54c5659647
commit
9cb84e249c
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
*.exe
|
||||
*.exe.stackdump
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*~
|
||||
.deps
|
||||
.libs
|
||||
Makefile.in
|
||||
Makefile
|
||||
/aclocal.m4
|
||||
/autom4te.cache
|
||||
/config.h
|
||||
/config.log
|
||||
/config.status
|
||||
/libtool
|
||||
/libtpms.pc
|
||||
/libtpms-*.tar.gz
|
||||
/ltmain.sh
|
||||
/stamp-h1
|
||||
/dist/libtpms.spec
|
||||
/m4/*
|
||||
/tests/base64decode
|
||||
/tests/freebl_sha1flattensize
|
||||
Loading…
Reference in New Issue
Block a user