Philip Tricca | 7d8c84c | 2015-08-25 12:58:16 -0700 | [diff] [blame] | 1 | *.a |
Philip Tricca | b14d848 | 2018-01-19 11:38:36 -0800 | [diff] [blame] | 2 | *.gcda |
3 | *.gcno | ||||
4 | *.gcov | ||||
Philip Tricca | 2bd4adb | 2015-09-25 00:14:16 -0700 | [diff] [blame] | 5 | *.la |
6 | *.lo | ||||
Philip Tricca | e08bdb9 | 2016-12-01 15:37:50 -0800 | [diff] [blame] | 7 | *.log |
Philip Tricca | 71aa985 | 2015-08-25 00:26:22 -0700 | [diff] [blame] | 8 | *.o |
Philip Tricca | 7d8c84c | 2015-08-25 12:58:16 -0700 | [diff] [blame] | 9 | *.opensdf |
Philip Tricca | 7ae0154 | 2016-05-05 18:45:03 -0700 | [diff] [blame] | 10 | *.pc |
Philip Tricca | 7d8c84c | 2015-08-25 12:58:16 -0700 | [diff] [blame] | 11 | *.pdb |
12 | *.sdf | ||||
13 | *.suo | ||||
wcarthur | 59b37a9 | 2015-11-16 11:22:18 -0500 | [diff] [blame] | 14 | *.ses |
15 | *.tag | ||||
Philip Tricca | e08bdb9 | 2016-12-01 15:37:50 -0800 | [diff] [blame] | 16 | *.trs |
wcarthur | 59b37a9 | 2015-11-16 11:22:18 -0500 | [diff] [blame] | 17 | *vcxproj.user |
Philip Tricca | 71aa985 | 2015-08-25 00:26:22 -0700 | [diff] [blame] | 18 | .deps/ |
19 | .dirstamp | ||||
Philip Tricca | 2bd4adb | 2015-09-25 00:14:16 -0700 | [diff] [blame] | 20 | .libs |
Philip Tricca | 0099da7 | 2017-12-29 11:23:00 -0800 | [diff] [blame] | 21 | .vs/ |
Tadeusz Struk | fbd356c | 2017-06-27 11:12:15 -0700 | [diff] [blame] | 22 | *~ |
23 | .*.swp | ||||
24 | .*.swo | ||||
25 | *.patch | ||||
Philip Tricca | 3dedb66 | 2017-10-10 14:17:42 -0700 | [diff] [blame] | 26 | AUTHORS |
Tadeusz Struk | fbd356c | 2017-06-27 11:12:15 -0700 | [diff] [blame] | 27 | tags |
Philip Tricca | 60a44a2 | 2015-08-25 11:06:55 -0700 | [diff] [blame] | 28 | aclocal.m4 |
Philip Tricca | d1952b4 | 2015-08-05 15:52:10 -0700 | [diff] [blame] | 29 | autom4te.cache/ |
Philip Tricca | 7d8c84c | 2015-08-25 12:58:16 -0700 | [diff] [blame] | 30 | [Bb]uild/ |
31 | [Dd]ebug/ | ||||
32 | [Rr]elease/ | ||||
Philip Tricca | 60a44a2 | 2015-08-25 11:06:55 -0700 | [diff] [blame] | 33 | compile |
Philip Tricca | d1952b4 | 2015-08-05 15:52:10 -0700 | [diff] [blame] | 34 | configure |
Philip Tricca | a509a68 | 2015-09-14 15:34:52 -0700 | [diff] [blame] | 35 | config.guess |
Philip Tricca | d1952b4 | 2015-08-05 15:52:10 -0700 | [diff] [blame] | 36 | config.log |
37 | config.status | ||||
Philip Tricca | a509a68 | 2015-09-14 15:34:52 -0700 | [diff] [blame] | 38 | config.sub |
Philip Tricca | 60a44a2 | 2015-08-25 11:06:55 -0700 | [diff] [blame] | 39 | depcomp |
40 | install-sh | ||||
Philip Tricca | a509a68 | 2015-09-14 15:34:52 -0700 | [diff] [blame] | 41 | libtool |
42 | ltmain.sh | ||||
Philip Tricca | 2744781 | 2017-03-08 14:29:49 -0800 | [diff] [blame] | 43 | m4/libtool* |
44 | m4/lt*.m4 | ||||
Philip Tricca | 632c431 | 2017-06-05 11:58:08 -0700 | [diff] [blame] | 45 | man/man[0-9]/* |
Philip Tricca | 1c220d7 | 2015-08-05 16:14:38 -0700 | [diff] [blame] | 46 | Makefile |
Philip Tricca | 60a44a2 | 2015-08-25 11:06:55 -0700 | [diff] [blame] | 47 | Makefile.in |
48 | missing | ||||
Philip Tricca | 475a02c | 2016-12-04 20:36:59 -0800 | [diff] [blame] | 49 | NVChip |
Philip Tricca | e690e08 | 2015-09-07 18:17:35 -0700 | [diff] [blame] | 50 | src_vars.mk |
Philip Tricca | fac374a | 2015-08-14 09:31:57 -0700 | [diff] [blame] | 51 | resourcemgr/resourcemgr |
Philip Tricca | f891580 | 2017-03-14 17:01:50 -0700 | [diff] [blame] | 52 | test/integration/* |
53 | !test/integration/*.[ch] | ||||
hp | 43ac71d | 2016-12-02 11:16:45 -0800 | [diff] [blame] | 54 | test/integration/get-random |
hp | ab961cb | 2016-12-03 00:05:07 +0800 | [diff] [blame] | 55 | test/integration/self-test |
hp | b4bebc7 | 2016-12-20 18:22:28 +0800 | [diff] [blame] | 56 | test/integration/pcr-extension |
hp | 328ae1b | 2017-01-10 17:16:46 +0800 | [diff] [blame] | 57 | test/integration/asymmetric-encrypt-decrypt |
Philip Tricca | 93cea25 | 2017-07-13 14:28:08 -0700 | [diff] [blame] | 58 | test/tpmclient/* |
59 | test/tpmclient/!*.* | ||||
wcarthur | 59b37a9 | 2015-11-16 11:22:18 -0500 | [diff] [blame] | 60 | .klocwork/ |
wcarthur | 5a77c74 | 2015-11-16 13:55:36 -0500 | [diff] [blame] | 61 | ipch/ |
Philip Tricca | 2bd4adb | 2015-09-25 00:14:16 -0700 | [diff] [blame] | 62 | test/tpmtest/tpmtest |
Philip Tricca | b194be9 | 2016-03-15 13:27:09 -0700 | [diff] [blame] | 63 | test-driver |
64 | test-suite.log | ||||
Philip Tricca | 475a02c | 2016-12-04 20:36:59 -0800 | [diff] [blame] | 65 | test/ibmtpm* |
Philip Tricca | e08bdb9 | 2016-12-01 15:37:50 -0800 | [diff] [blame] | 66 | # ignore all files in test/unit without a file extension |
67 | test/unit/* | ||||
Philip Tricca | 1d785ca | 2018-02-19 16:35:11 -0800 | [diff] [blame] | 68 | !test/unit/*.[ch] |
Andreas Fuchs | 2968c71 | 2018-02-01 18:22:47 +0100 | [diff] [blame] | 69 | doc/Doxyfile |
70 | doc/doxy/ | ||||
71 | doc/html/ | ||||
72 | doc/man/ | ||||
73 | tpm2-tss-2.0.0-dev.tar.gz | ||||
74 | tpm2-tss-2.0.0-dev/ | ||||
75 | |||||
Andreas Fuchs | 6ab3fd8 | 2018-03-28 12:23:19 +0200 | [diff] [blame] | 76 | test/helper/tpm_startup |
Andreas Fuchs | c0c19c6 | 2018-03-28 12:35:30 +0200 | [diff] [blame] | 77 | test/helper/tpm_transientempty |
Andreas Fuchs | bc169cb | 2018-04-10 12:02:10 +0200 | [diff] [blame] | 78 | Doxyfile |
79 | doc/rtf |