| Date: | 2010-05-11 08:09:15 (13 years 7 months ago) |
|---|---|
| Author: | Jonathan Nieder |
| Commit: | e6a1f0f665f3c6f274b7a700832f386f452c16df |
| Message: | 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> |
| Files: |
.gitignore (1 diff) xbboot/.gitignore (1 diff) xbboot/target-stage1/.gitignore (1 diff) |
Change Details
| .gitignore | ||
|---|---|---|
| 1 | /aclocal.m4 | |
| 2 | /config.h | |
| 3 | /config.h.in | |
| 4 | /config.log | |
| 5 | /config.status | |
| 6 | /configure | |
| 7 | /stamp-h1 | |
| 8 | /m4/ | |
| 9 | /autom4te.cache/ | |
| 10 | ||
| 11 | Makefile.in | |
| 12 | ||
| 13 | /Makefile | |
| xbboot/.gitignore | ||
|---|---|---|
| 1 | m4 | |
| 2 | autom4te.cache | |
| 3 | config.h | |
| 4 | config.h.in | |
| 5 | config.log | |
| 6 | config.status | |
| 7 | Makefile | |
| 1 | /aclocal.m4 | |
| 2 | /config.h | |
| 3 | /config.h.in | |
| 4 | /config.log | |
| 5 | /config.status | |
| 6 | /configure | |
| 7 | /stamp-h1 | |
| 8 | /m4/ | |
| 9 | /autom4te.cache/ | |
| 10 | ||
| 8 | 11 | Makefile.in |
| 9 | configure | |
| 10 | stamp-h1 | |
| 11 | aclocal.m4 | |
| 12 | ||
| 13 | /Makefile | |
| 14 | /host-app/Makefile | |
| 15 | ||
| 16 | *.lst | |
| 17 | *.o | |
| 18 | *.bin | |
| 19 | *.dump | |
| 20 | *.elf | |
| 21 | *.map | |
| 22 | *.sym | |
| xbboot/target-stage1/.gitignore | ||
|---|---|---|
| 1 | System.map | |
| 2 | head.o | |
| 3 | stage1.o | |
| 4 | stage1.bin | |
| 5 | stage1.dump | |
| 6 | stage1.elf | |
| 7 | stage1.map | |
| 8 | serial.o | |
