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
11Makefile.in
12
13/Makefile
xbboot/.gitignore
1m4
2autom4te.cache
3config.h
4config.h.in
5config.log
6config.status
7Makefile
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
811Makefile.in
9configure
10stamp-h1
11aclocal.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
1System.map
2head.o
3stage1.o
4stage1.bin
5stage1.dump
6stage1.elf
7stage1.map
8serial.o

Archive Download the corresponding diff file



interactive