1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

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>
This commit is contained in:
Jonathan Nieder
2010-04-04 22:38:18 -05:00
committed by Xiangfu Liu
parent d8105c6d2e
commit aa43b70e0c
4 changed files with 24 additions and 50 deletions

View File

@@ -1,8 +1,3 @@
.deps
cmd.o
command_line.o
inflash
inflash_version.h
ingenic_cfg.o
ingenic_usb.o
main.o
/.deps/
/*_version.h
/usbboot