move startup.c to libopenocd
[fw/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 src/startup.tcl
17 startup_tcl.c
18 xscale_debug.h
19
20 bin2char
21 bin2char.exe
22
23 doc/openocd.aux
24 doc/openocd.cp
25 doc/openocd.cps
26 doc/openocd.fn
27 doc/openocd.fns
28 doc/openocd.html
29 doc/openocd.info
30 doc/openocd.info-1
31 doc/openocd.info-2
32 doc/openocd.ky
33 doc/openocd.log
34 doc/openocd.pdf
35 doc/openocd.pg
36 doc/openocd.toc
37 doc/openocd.tp
38 doc/openocd.vr
39 doc/texinfo.tex
40 doc/version.texi
41 src/openocd
42 src/openocd.exe
43
44 # configure/autotools output
45 aclocal.m4
46 autom4te.cache
47 compile
48 config.*
49 configure
50 depcomp
51 doxygen
52 doxygen.log
53 Doxyfile
54 install-sh
55 libtool
56 ltmain.sh
57 Makefile
58 mdate-sh
59 missing
60 stamp-h1
61 stamp-vti
62 INSTALL
63 NOTES
64
65 # Eclipse stuff
66 .project
67