]> git.sur5r.net Git - openocd/blob - .gitignore
remove accidental artifact
[openocd] / .gitignore
1 # stuff "git status" should ignore
2
3 # build output
4 .libs
5 .deps
6 *.o
7 *.o.??????
8 *.a
9 *.lo
10 *.la
11 *.in
12
13 # editor files
14 *.swp
15
16 startup_tcl.c
17 xscale_debug.h
18
19 bin2char
20 bin2char.exe
21
22 doc/openocd.aux
23 doc/openocd.cp
24 doc/openocd.cps
25 doc/openocd.fn
26 doc/openocd.fns
27 doc/openocd.html
28 doc/openocd.info
29 doc/openocd.info-1
30 doc/openocd.info-2
31 doc/openocd.ky
32 doc/openocd.log
33 doc/openocd.pdf
34 doc/openocd.pg
35 doc/openocd.toc
36 doc/openocd.tp
37 doc/openocd.vr
38 doc/texinfo.tex
39 doc/version.texi
40 src/openocd
41 src/openocd.exe
42
43 # configure/autotools output
44 aclocal.m4
45 autom4te.cache
46 compile
47 config.*
48 configure
49 depcomp
50 doxygen
51 doxygen.log
52 Doxyfile
53 install-sh
54 libtool
55 ltmain.sh
56 Makefile
57 mdate-sh
58 missing
59 stamp-h1
60 stamp-vti
61 INSTALL
62 NOTES
63
64 # Eclipse stuff
65 .project
66