This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
Add initial ".gitignore".
git-svn-id: svn://svn.berlios.de/openocd/trunk@2802 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.3.0-rc0
dbrownell
13 years ago
parent
7a57c31619
commit
64ec7f66a8
1 changed files
with
52 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+52
-0
.gitignore
+ 52
- 0
.gitignore
View File
@@ -0,0 +1,52 @@
# stuff "git status" should ignore
# build output
.*
*.o
*.a
*.lo
*.la
*.in
startup_tcl.c
bin2char
doc/openocd.aux
doc/openocd.cp
doc/openocd.cps
doc/openocd.fn
doc/openocd.fns
doc/openocd.html
doc/openocd.info
doc/openocd.ky
doc/openocd.log
doc/openocd.pdf
doc/openocd.pg
doc/openocd.toc
doc/openocd.tp
doc/openocd.vr
doc/texinfo.tex
doc/version.texi
src/openocd
# configure/autotools output
aclocal.m4
autom4te.cache
compile
config.*
configure
depcomp
doxygen
doxygen.log
Doxyfile
install-sh
libtool
ltmain.sh
Makefile
mdate-sh
missing
stamp-h1
stamp-vti
INSTALL
NOTES
# quilt support
patches
Write
Preview
Loading…
Cancel
Save