diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-08-14 14:57:00 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-08-14 14:59:35 +0200 |
commit | b6e9ff899677770741d94f1cf4f61ebb13fc453f (patch) | |
tree | a1ddde792b67aed745ba8c0b728c2ae6e356086d /.gitignore | |
parent | a7aa809027633556dd3280c6e29ca98eb3235a3d (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index edc683e48b..25710978c3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |