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:
Wladimir J. van der Laan 2019-08-14 14:57:00 +02:00
parent a7aa809027
commit b6e9ff8996
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -35,6 +35,7 @@ libtool
src/config/bitcoin-config.h
src/config/bitcoin-config.h.in
src/config/stamp-h1
src/obj
share/setup.nsi
share/qt/Info.plist

2
src/obj/.gitignore vendored
View file

@ -1,2 +0,0 @@
*
!.gitignore