Skip to content

Commit

Permalink
cleanup: Ignoring libwally artifacts and distclean cleans them
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Feb 27, 2017
1 parent 421edc9 commit 7ac7a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ libsecp256k1.a
libsecp256k1.la
libsodium.a
libsodium.la
libwally-core.a
libwally-core.la
libwallycore.a
libwallycore.la
gen_*
daemon/lightning-cli
check-bolt
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ distclean: clean
$(MAKE) -C secp256k1/ distclean || true
$(RM) libsecp256k1.a secp256k1/libsecp256k1.la
$(RM) libsodium.a libsodium/libsodium.la
$(RM) libwallycore.a libwallycore.la
cd libwally-core && tools/cleanup.sh

maintainer-clean: distclean
Expand Down

0 comments on commit 7ac7a6a

Please sign in to comment.