Merge #16611: build: Remove src/obj directory from repository

b6e9ff899677770741d94f1cf4f61ebb13fc453f 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 b6e9ff899677770741d94f1cf4f61ebb13fc453f

Tree-SHA512: 5f3f5a0e8f19ecf925eb16cab327c3023b8512731bbaad5875828da7a25fdda1b77f6fbd06c002a383913627dc9b552f09ad27c57bcf0cb020ed3b1f506e5fef
This commit is contained in:
Wladimir J. van der Laan 2019-08-19 16:17:06 +02:00 committed by pasta
parent 91cc5488af
commit 00cc0de358
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -40,6 +40,7 @@ libtool
src/config/dash-config.h
src/config/dash-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