]> git.sur5r.net Git - openocd/commitdiff
Add initial ".gitignore".
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 5 Oct 2009 23:45:14 +0000 (23:45 +0000)
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Mon, 5 Oct 2009 23:45:14 +0000 (23:45 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2802 b42882b7-edfa-0310-969c-e2dbd0fdcd60

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..974d387
--- /dev/null
@@ -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