[PATCH] add .gitignore for files generated by autoconf and/or automake



Signed-off-by: Kalle A. Sandstrom <ksandstr iki fi>
---
 .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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]