diff options
author | dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-10-05 23:45:14 +0000 |
---|---|---|
committer | dbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-10-05 23:45:14 +0000 |
commit | 64ec7f66a896fc4de6b472cffb6ef5740a76f61d (patch) | |
tree | 0961e54dd0366ca4e39e0b8375fb9172bfc7574d /.gitignore | |
parent | 7a57c316196f93c7e31b7d00eb9b52177ae874c6 (diff) |
Add initial ".gitignore".
git-svn-id: svn://svn.berlios.de/openocd/trunk@2802 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..974d3871 --- /dev/null +++ b/.gitignore @@ -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 |