From 7b9c9550e356f00ad6efdd9dfb2eb87fe2db4de0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 28 May 2009 07:21:15 +0000 Subject: [PATCH] add a .gitignore file git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1632 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- urjtag/.gitignore | 78 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 urjtag/.gitignore diff --git a/urjtag/.gitignore b/urjtag/.gitignore new file mode 100644 index 00000000..57858016 --- /dev/null +++ b/urjtag/.gitignore @@ -0,0 +1,78 @@ +# +# general globs +# +*~ +*.o +*.lo +*.la + +# +# debugging files +# +core +.gdb_history +.gbdinit + +# +# patch related files +# +*.orig +*.rej +*.patch + +# +# general autotool files +# +.deps +.libs +Makefile +Makefile.in + +# +# specific autotool files +# +/ABOUT-NLS +/aclocal.m4 +/autom4te.cache +/config.h +/config.h.in +/config.log +/config.status +/configure +/INSTALL +/libtool +/m4 +/stamp-h1 +/tools +/include/urjtag/stamp-h2 + +# +# gettext (po) files +# +/po/Makefile.in.in +/po/Makevars.template +/po/POTFILES +/po/Rules-quot +/po/stamp-po +/po/*.gmo +/po/*.header +/po/*.pot +/po/*.sed +/po/*.sin + +# +# urjtag generated files +# +/include/urjtag/urjtag.h +/src/apps/bsdl2jtag/bsdl2jtag +/src/apps/jtag/jtag +/src/bsdl/bsdl_bison.c +/src/bsdl/bsdl_bison.h +/src/bsdl/bsdl_config.h +/src/bsdl/bsdl_flex.c +/src/bsdl/vhdl_bison.c +/src/bsdl/vhdl_bison.h +/src/bsdl/vhdl_flex.c +/src/svf/svf_bison.c +/src/svf/svf_bison.h +/src/svf/svf_flex.c