diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-01-31 15:15:07 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-01-31 15:51:28 +0100 |
commit | f7387ddea8a5fe609f052a9a40691ebb3ae86372 (patch) | |
tree | c19eddad22917e561aabe752a88965c355d28d40 /.gitignore | |
parent | bb2b064c9921e7bdcd7335ed3001a5e19512d3e1 (diff) |
build: Add more files to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 7 insertions, 19 deletions
@@ -55,12 +55,8 @@ test-driver local x86_64-w64-mingw32 -/*/tests/test-* -!/*/tests/test-*.[ch] -!/*/tests/test-*.in -/*/tests/frob-* -!/*/tests/frob-*.[ch] -!/*/tests/frob-*.in +/test-* +/frob-* /x86_64_w64-mingw32/ @@ -75,8 +71,6 @@ x86_64-w64-mingw32 /build/trust/ /local -/common/tests/hash-test - /doc/manual/html /doc/manual/p11-kit-decl-list.txt /doc/manual/p11-kit-decl.txt @@ -105,6 +99,10 @@ x86_64-w64-mingw32 /p11-kit/p11-kit-remote@.service /p11-kit/virtual-fixed.c +/p11-kit-remote +/p11-kit-server +/print-messages + /po/POTFILES /po/stamp-po /po/remove-potcdate.sed @@ -114,18 +112,8 @@ x86_64-w64-mingw32 /po/en@quot* /po/Rules-quot -/p11-kit/tests/p11-test -/p11-kit/tests/pin-test -/p11-kit/tests/print-messages -/p11-kit/tests/print-progname -/p11-kit/tests/progname-test -/p11-kit/tests/conf-test -/p11-kit/tests/uri-test - -/tools/p11-kit - /trust/trust /trust/trust-extract-compat -/trust/p11-kit-extract-trust +/trust/test-extract /p11-kit-?.? |