diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..392fb8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/aclocal.m4 +/config.h +/config.h.in +/config.log +/config.status +/configure +/stamp-h1 +/m4/ +/autom4te.cache/ + +Makefile.in + +/Makefile diff --git a/xbboot/.gitignore b/xbboot/.gitignore index f0af623..130b2cd 100644 --- a/xbboot/.gitignore +++ b/xbboot/.gitignore @@ -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 diff --git a/xbboot/target-stage1/.gitignore b/xbboot/target-stage1/.gitignore deleted file mode 100644 index 64f6820..0000000 --- a/xbboot/target-stage1/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -System.map -head.o -stage1.o -stage1.bin -stage1.dump -stage1.elf -stage1.map -serial.o