6a73bf6688
KDE editors love to create tons of backup files every time a file is edited. This makes it very hard to get useful information from git status and very easy to commit the wrong stuff. Add those to the gitignore list. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Change-Id: I2fbb907f21d85d6994caa8bbe32c4e9814b5f4b4 Reviewed-on: http://review.coreboot.org/1423 Reviewed-by: Peter Stuge <peter@stuge.se> Tested-by: build bot (Jenkins)
58 lines
1.1 KiB
Text
58 lines
1.1 KiB
Text
.config
|
|
.config.old
|
|
.xcompile
|
|
build/
|
|
coreboot-builds/
|
|
payloads/external/FILO/filo/
|
|
payloads/external/SeaBIOS/seabios/
|
|
util/crossgcc/tarballs/
|
|
util/crossgcc/xgcc/
|
|
util/crossgcc/Python-*/
|
|
util/crossgcc/acpica-unix-*/
|
|
util/crossgcc/binutils-*/
|
|
util/crossgcc/build-binutils/
|
|
util/crossgcc/build-gcc/
|
|
util/crossgcc/build-gdb/
|
|
util/crossgcc/build-gmp/
|
|
util/crossgcc/build-expat/
|
|
util/crossgcc/build-libelf/
|
|
util/crossgcc/build-mpc/
|
|
util/crossgcc/build-mpfr/
|
|
util/crossgcc/build-python/
|
|
util/crossgcc/expat-*/
|
|
util/crossgcc/gcc-*/
|
|
util/crossgcc/gdb-*/
|
|
util/crossgcc/gmp-*/
|
|
util/crossgcc/libelf-*/
|
|
util/crossgcc/mingwrt-*/
|
|
util/crossgcc/mpc-*/
|
|
util/crossgcc/mpfr-*/
|
|
util/crossgcc/w32api-*/
|
|
*.o
|
|
*.elf
|
|
*.debug
|
|
*.out
|
|
*.\#
|
|
*.swp
|
|
*.bin
|
|
|
|
#
|
|
# KDE editors create lots of backup files whenever
|
|
# a file is edited, so just ignore them
|
|
*~
|
|
*.kate-swp
|
|
# Ignore Kdevelop project file
|
|
.kdev4
|
|
|
|
util/ectool/ectool
|
|
util/inteltool/.dependencies
|
|
util/inteltool/inteltool
|
|
util/msrtool/Makefile
|
|
util/msrtool/Makefile.deps
|
|
util/msrtool/msrtool
|
|
util/nvramtool/.dependencies
|
|
util/nvramtool/nvramtool
|
|
util/superiotool/superiotool
|
|
util/romcc/romcc
|
|
util/romcc/tests/*.S-O2-mmmx
|
|
util/romcc/tests/fail_test*.S
|