aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2019-02-19 07:43:59 -0800
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2019-02-19 07:44:45 -0800
commit58ba4af48d571a4a81a56944ce83c85e4dc2e51d (patch)
tree69cdd24c60579dc54e899d7b2a7813e66f01d772
parent876fe11ac292efbb0f434186a09c626d724cfa74 (diff)
downloadopenssl_tpm2_engine-58ba4af48d571a4a81a56944ce83c85e4dc2e51d.tar.gz
Add .gitignore
So git status now shows the correct status without all the temporary and test files interfering. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c48a990
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+*.la
+*.lo
+*.o
+*.1
+*~
+.deps
+.libs
+configure
+config.*
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+compile
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+create_tpm2_key
+test-driver
+tests/*.log
+tests/*.trs
+tests/tmp.*
+tests/*.pub
+tests/*.key
+tests/*.priv
+tests/key.*
+tests/derive.*
+tests/*.bin
+tests/*.tpm
+tests/*.txt
+tests/NVChip