[PATCH] add .gitignore for files generated by autoconf and/or automake
"Kalle A. Sandstrom" <[email protected]> Tue, 17 Nov 2009 15:35:21 +0200
| Newsgroups | gmane.comp.gnome.orbit.general |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Kalle A. Sandstrom <[email protected]> --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6ab4e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +.deps +.libs +*~ +*.o +missing +ltmain.sh +libIDL.m4 +libIDL.spec +libIDL-2.0*.pc +libIDL-config-2 +libIDL-zip +libIDL2.info +libtool +texinfo.tex +Makefile +Makefile.in +Makefile.msc +aclocal.m4 +autom4te.cache +config.guess +config.log +config.status +config.sub +configure +depcomp +INSTALL +install-sh + +# IDL.h is generated from IDL.h.in by autoconf. +include/libIDL/IDL.h + +lexer.c +*.la +*.lo +parser.[ch] +stamp-* +tstidl +y.output -- 1.6.5.2