flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / .gitignore
index 2faffe839a9d517d1304fef1dbf3d7b98962005c..818bb0cd3d48d1a7377ad8362c91ba20f12a415a 100644 (file)
@@ -30,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
@@ -52,27 +52,24 @@ 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
 Makefile
-mdate-sh
-missing
+!contrib/loaders/**/Makefile
 stamp-h1
 stamp-vti
 INSTALL
@@ -95,3 +92,14 @@ TAGS
 
 # CScope database files
 *cscope.out
+
+# ctags tag files
+tags
+
+# GNU Global tag files
+GPATH
+GRTAGS
+GTAGS
+
+# checkpatch script files
+.checkpatch-camelcase.*