Build: Ignore build tree and IDE control file
Signed-off-by: Timo Ketola <timo@exertus.fi>
This commit is contained in:
parent
20959471b5
commit
5941a61a7c
|
|
@ -16,6 +16,9 @@
|
||||||
*.patch
|
*.patch
|
||||||
*.bin
|
*.bin
|
||||||
|
|
||||||
|
# Build tree
|
||||||
|
/build-*
|
||||||
|
|
||||||
#
|
#
|
||||||
# Top-level generic files
|
# Top-level generic files
|
||||||
#
|
#
|
||||||
|
|
@ -39,6 +42,7 @@
|
||||||
/u-boot.ais
|
/u-boot.ais
|
||||||
/u-boot.dtb
|
/u-boot.dtb
|
||||||
/u-boot.sb
|
/u-boot.sb
|
||||||
|
/u-boot.geany
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generated files
|
# Generated files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue