1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03: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:
Jonathan Nieder
2010-05-11 01:09:15 -05:00
committed by Xiangfu Liu
parent 78f38d48bf
commit e6a1f0f665
3 changed files with 34 additions and 18 deletions

31
xbboot/.gitignore vendored
View File

@@ -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

View File

@@ -1,8 +0,0 @@
System.map
head.o
stage1.o
stage1.bin
stage1.dump
stage1.elf
stage1.map
serial.o