summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c108352)
raw | patch | inline | side by side (parent: c108352)
author | Bill Mills <wmills@ti.com> | |
Mon, 5 Sep 2011 21:22:00 +0000 (17:22 -0400) | ||
committer | Bill Mills <wmills@ti.com> | |
Mon, 5 Sep 2011 21:22:00 +0000 (17:22 -0400) |
Signed-off-by: Bill Mills <wmills@ti.com>
.gitignore | patch | blob | history |
diff --git a/.gitignore b/.gitignore
index 4d3f8bd8e5a228732c24ae8d9fcde67268e908a8..2757186ec11b2104299c5be2da39e120a09daaea 100644 (file)
--- a/.gitignore
+++ b/.gitignore
+# IBL build is rather messy, we need to ignore a bunch of stuff
+
+# file extensions (any file and dir)
*.bak
*~
*.o
*.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
+
+
+