X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fibl.git;a=blobdiff_plain;f=.gitignore;h=2757186ec11b2104299c5be2da39e120a09daaea;hp=7d18c5e5a219cd60c72af2176818a214ba9bcd03;hb=35aace2c8cb712db5398ab2f7cd925075fd25b7e;hpb=e0b55f25dfbd34ffcecc0aa678505d83f24b7230 diff --git a/.gitignore b/.gitignore index 7d18c5e..2757186 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# IBL build is rather messy, we need to ignore a bunch of stuff + +# file extensions (any file and dir) *.bak *~ *.o @@ -13,11 +16,41 @@ *.log *.exe *.out +*.out.dbg *.b *.ccs +*.le.oa +*.be.oa +*.bin +*.dat +*.tab.c +*.tab.h +*.lst +*.map.pp +*.tgz + +# file names (any dir) cdefdep -junk/ -logs/ -hacky-stuff/cgtools +.created +ibl_init_objs.inc +ibl_init_objs.pp +ibl_init_symbols.inc +ibl_objs.inc +ibl_objs.pp + +# specific paths +ibl_bin*/i2cConfig.gel +src/util/iblConfig/build/input.txt +# (utility binaries on Linux have no extension to ignore) +src/util/bconvert/bconvert +src/util/bconvert/bconvert64x +src/util/btoccs/b2ccs +src/util/btoccs/b2i2c +src/util/btoccs/bfaddsect +src/util/btoccs/bfmerge +src/util/btoccs/ccs2b +src/util/btoccs/ccs2bin +src/util/romparse/romparse +