From 6065f616ebf4c11ed2c5ad01f8f41d5ba49c272d Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Wed, 28 Oct 2020 11:30:54 +0100 Subject: .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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/46879 Reviewed-by: Angel Pons Reviewed-by: Felix Held Reviewed-by: Stefan Reinauer Reviewed-by: Christian Walter Tested-by: build bot (Jenkins) --- util/crossgcc/.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 util/crossgcc/.gitignore (limited to 'util/crossgcc') diff --git a/util/crossgcc/.gitignore b/util/crossgcc/.gitignore new file mode 100644 index 0000000000..0dfddd3b66 --- /dev/null +++ b/util/crossgcc/.gitignore @@ -0,0 +1,28 @@ +acpica-unix-*/ +binutils-*/ +build-*BINUTILS/ +build-*EXPAT/ +build-*GCC/ +build-*GDB/ +build-*GMP/ +build-*LIBELF/ +build-*MPC/ +build-*MPFR/ +build-*PYTHON/ +build-*LVM/ +build-*IASL/ +expat-*/ +gcc-*/ +gdb-*/ +gmp-*/ +libelf-*/ +mingwrt-*/ +mpc-*/ +mpfr-*/ +Python-*/ +*.src/ +tarballs/ +w32api-*/ +xgcc/ +xgcc-*/ +xgcc -- cgit v1.2.3