Skip to content

Commit

Permalink
Clean / ignore make check artefact
Browse files Browse the repository at this point in the history
In tree runs of make check leave some artifacts around. The patch adds
them to make clean and .gitignore.

Signed-off-by: Christian Heimes <[email protected]>
Reviewed-By: Martin Babinsky <[email protected]>
Reviewed-By: Martin Basti <[email protected]>
  • Loading branch information
tiran authored and Martin Babinsky committed Jan 18, 2017
1 parent 9d2ef64 commit d8343a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,14 @@ freeipa2-dev-doc
/daemons/dnssec/ipa-dnskeysyncd.service
/daemons/dnssec/ipa-ods-exporter.service
/daemons/dnssec/ipa-ods-exporter.socket
/daemons/ipa-kdb/ipa_kdb_tests
/daemons/ipa-kdb/tests/.dirstamp
/daemons/ipa-otpd/ipa-otpd
/daemons/ipa-otpd/ipa-otpd.socket
/daemons/ipa-otpd/[email protected]
/daemons/ipa-slapi-plugins/ipa-cldap/ipa_cldap_tests
/daemons/ipa-slapi-plugins/ipa-extdom-extop/extdom_cmocka_tests
/daemons/ipa-slapi-plugins/libotp/t_hotp
/daemons/ipa-version.h
/daemons/test-driver

Expand Down
3 changes: 3 additions & 0 deletions daemons/ipa-kdb/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ ipa_kdb_tests_LDADD = \

dist_noinst_DATA = ipa_kdb.exports

clean-local:
rm -f tests/.dirstamp

EXTRA_DIST = \
README \
README.s4u2proxy.txt \
Expand Down

0 comments on commit d8343a9

Please sign in to comment.