tcl/target/renesas_rz_five: Added RZ/Five
[fw/openocd] / .gitignore
index b9a5be0e8d980674200a46bacab09cc31fe55811..f5aa68a405982a5767beaf613594ef1388559da4 100644 (file)
@@ -3,6 +3,7 @@
 # build output
 .libs
 .deps
+.dirstamp
 *.o
 *.o.??????
 *.a
@@ -29,8 +30,8 @@ src/jtag/drivers/OpenULINK/*.rst
 *.swp
 
 src/startup.tcl
-startup_tcl.c
-xscale_debug.h
+startup_tcl.inc
+xscale_debug.inc
 
 bin2char
 bin2char.exe
@@ -51,27 +52,25 @@ doc/openocd.pg
 doc/openocd.toc
 doc/openocd.tp
 doc/openocd.vr
-doc/texinfo.tex
 doc/version.texi
 src/openocd
 src/openocd.exe
 
 # configure/autotools output
+/build-aux/
 aclocal.m4
 autom4te.cache
-compile
-config.*
+config.h
+config.log
+config.status
 configure
-depcomp
 doxygen
 doxygen.log
 Doxyfile
-install-sh
 libtool
-ltmain.sh
+*-libtool
 Makefile
-mdate-sh
-missing
+!contrib/loaders/**/Makefile
 stamp-h1
 stamp-vti
 INSTALL
@@ -94,3 +93,11 @@ TAGS
 
 # CScope database files
 *cscope.out
+
+# ctags tag files
+tags
+
+# GNU Global tag files
+GPATH
+GRTAGS
+GTAGS