arm9tdmi vector_catch: reserved means "don't use"
[openocd.git] / .gitignore
blobc0aba19e780702d406fb5af1c6a2d8ec3b340277
1 # stuff "git status" should ignore
3 # build output
4 .*
5 *.o
6 *.a
7 *.lo
8 *.la
9 *.in
11 startup_tcl.c
12 xscale_debug.h
14 bin2char
15 bin2char.exe
17 doc/openocd.aux
18 doc/openocd.cp
19 doc/openocd.cps
20 doc/openocd.fn
21 doc/openocd.fns
22 doc/openocd.html
23 doc/openocd.info
24 doc/openocd.info-1
25 doc/openocd.info-2
26 doc/openocd.ky
27 doc/openocd.log
28 doc/openocd.pdf
29 doc/openocd.pg
30 doc/openocd.toc
31 doc/openocd.tp
32 doc/openocd.vr
33 doc/texinfo.tex
34 doc/version.texi
35 src/openocd
36 src/openocd.exe
38 # configure/autotools output
39 aclocal.m4
40 autom4te.cache
41 compile
42 config.*
43 configure
44 depcomp
45 doxygen
46 doxygen.log
47 Doxyfile
48 install-sh
49 libtool
50 ltmain.sh
51 Makefile
52 mdate-sh
53 missing
54 stamp-h1
55 stamp-vti
56 INSTALL
57 NOTES
59 # Eclipse stuff
60 .project