.gitignore: Split into subdirectory files
commit6065f616ebf4c11ed2c5ad01f8f41d5ba49c272d
authorPatrick Georgi <pgeorgi@google.com>
Wed, 28 Oct 2020 10:30:54 +0000 (28 11:30 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Fri, 30 Oct 2020 07:05:27 +0000 (30 07:05 +0000)
treee284d6b06b3655189d35f391c71a7a03e4665f80
parent33b0f15434a40527e1e5278a63e91465ef4c7617
.gitignore: Split into subdirectory files

There's no need for the global list of files to ignore, so use git's
ability to work with more local configuration.

Change-Id: I50882e6756cbc0fdfd899353cc23962544690fb3
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46879
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
30 files changed:
.gitignore
Documentation/.gitignore [new file with mode: 0644]
payloads/coreinfo/.gitignore [new file with mode: 0644]
payloads/external/.gitignore [new file with mode: 0644]
payloads/libpayload/.gitignore [new file with mode: 0644]
payloads/nvramcui/.gitignore [new file with mode: 0644]
util/amdfwtool/.gitignore [new file with mode: 0644]
util/archive/.gitignore [new file with mode: 0644]
util/autoport/.gitignore [new file with mode: 0644]
util/bincfg/.gitignore [new file with mode: 0644]
util/board_status/.gitignore [new file with mode: 0644]
util/bucts/.gitignore [new file with mode: 0644]
util/cbfstool/.gitignore [new file with mode: 0644]
util/cbmem/.gitignore [new file with mode: 0644]
util/crossgcc/.gitignore [new file with mode: 0644]
util/ectool/.gitignore [new file with mode: 0644]
util/futility/.gitignore [new file with mode: 0644]
util/genprof/.gitignore [new file with mode: 0644]
util/ifdtool/.gitignore [new file with mode: 0644]
util/intelmetool/.gitignore [new file with mode: 0644]
util/intelp2m/.gitignore [new file with mode: 0644]
util/inteltool/.gitignore [new file with mode: 0644]
util/intelvbttool/.gitignore [new file with mode: 0644]
util/kbc1126/.gitignore [new file with mode: 0644]
util/msrtool/.gitignore [new file with mode: 0644]
util/nvramtool/.gitignore [new file with mode: 0644]
util/pmh7tool/.gitignore [new file with mode: 0644]
util/spd_tools/.gitignore [new file with mode: 0644]
util/superiotool/.gitignore [new file with mode: 0644]
util/vgabios/.gitignore [new file with mode: 0644]