mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:22:48 +02:00
update .gitignore
Ignore accidentally tracking xbboot build products. Do track Makefiles that are not automatically generated. Fixing this makes debian/clean.sh work again. Mistakenly ignored files were detected by git ls-files -i --exclude-standard and un-ignored build products by git ls-files -o --exclude-standard Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
This commit is contained in:
parent
78f38d48bf
commit
e6a1f0f665
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
/aclocal.m4
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.log
|
||||
/config.status
|
||||
/configure
|
||||
/stamp-h1
|
||||
/m4/
|
||||
/autom4te.cache/
|
||||
|
||||
Makefile.in
|
||||
|
||||
/Makefile
|
31
xbboot/.gitignore
vendored
31
xbboot/.gitignore
vendored
@ -1,11 +1,22 @@
|
||||
m4
|
||||
autom4te.cache
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
Makefile
|
||||
/aclocal.m4
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.log
|
||||
/config.status
|
||||
/configure
|
||||
/stamp-h1
|
||||
/m4/
|
||||
/autom4te.cache/
|
||||
|
||||
Makefile.in
|
||||
configure
|
||||
stamp-h1
|
||||
aclocal.m4
|
||||
|
||||
/Makefile
|
||||
/host-app/Makefile
|
||||
|
||||
*.lst
|
||||
*.o
|
||||
*.bin
|
||||
*.dump
|
||||
*.elf
|
||||
*.map
|
||||
*.sym
|
||||
|
8
xbboot/target-stage1/.gitignore
vendored
8
xbboot/target-stage1/.gitignore
vendored
@ -1,8 +0,0 @@
|
||||
System.map
|
||||
head.o
|
||||
stage1.o
|
||||
stage1.bin
|
||||
stage1.dump
|
||||
stage1.elf
|
||||
stage1.map
|
||||
serial.o
|
Loading…
Reference in New Issue
Block a user