1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 12:33:07 +02:00
xburst-tools/usbboot/.gitignore
Jonathan Nieder aa43b70e0c usbboot: Update and simplify .gitignore
Use anchored filenames and wildcards to make it easier to keep the
.gitignore file up to date with future code changes.

The entries are more precise now:

 * ‘git add .’ will not start tracking the src/usbboot binary
 * ‘git ls-files -i --exclude-standard’ will not list
   xburst_stage1/Makefile and xburst_stage2/Makefile as mistakenly
   tracked.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2010-04-05 14:53:35 +08:00

23 lines
185 B
Plaintext

/aclocal.m4
/config.h
/config.h.in
/config.log
/config.status
/configure
/stamp-h1
/m4/
/autom4te.cache/
Makefile.in
/Makefile
/src/Makefile
*.lst
*.o
*.bin
*.dump
*.elf
*.map
*.sym