build: Remove src/obj directory from repository
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.
This commit is contained in:
parent
a7aa809027
commit
b6e9ff8996
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -35,6 +35,7 @@ libtool
|
||||||
src/config/bitcoin-config.h
|
src/config/bitcoin-config.h
|
||||||
src/config/bitcoin-config.h.in
|
src/config/bitcoin-config.h.in
|
||||||
src/config/stamp-h1
|
src/config/stamp-h1
|
||||||
|
src/obj
|
||||||
share/setup.nsi
|
share/setup.nsi
|
||||||
share/qt/Info.plist
|
share/qt/Info.plist
|
||||||
|
|
||||||
|
|
2
src/obj/.gitignore
vendored
2
src/obj/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
*
|
|
||||||
!.gitignore
|
|
Loading…
Reference in a new issue