Skip to content

Commit e00ecb3

Browse files
committed
Merge #16611: build: Remove src/obj directory from repository
b6e9ff8 build: Remove src/obj directory from repository (Wladimir J. van der Laan) Pull request description: This directory is automatically created by the build process (in the build target directory, see #16588) and doesn't need to be in the repository nor in the tarballs. Move associated ignore directive to top-level `.gitignore` file. ACKs for top commit: hebasto: Concept ACK b6e9ff8 Tree-SHA512: 5f3f5a0e8f19ecf925eb16cab327c3023b8512731bbaad5875828da7a25fdda1b77f6fbd06c002a383913627dc9b552f09ad27c57bcf0cb020ed3b1f506e5fef
2 parents bd62f8d + b6e9ff8 commit e00ecb3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ libtool
3535
src/config/bitcoin-config.h
3636
src/config/bitcoin-config.h.in
3737
src/config/stamp-h1
38+
src/obj
3839
share/setup.nsi
3940
share/qt/Info.plist
4041

src/obj/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)