]> granicus.if.org Git - libtirpc/commitdiff
Add a .gitignore file
authorChuck Lever <chuck.lever@oracle.com>
Thu, 28 May 2009 14:28:27 +0000 (10:28 -0400)
committerSteve Dickson <steved@redhat.com>
Thu, 28 May 2009 14:28:27 +0000 (10:28 -0400)
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d088f05
--- /dev/null
@@ -0,0 +1,38 @@
+# files generated by autoconf, automake, autoheader and libtoolize
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.log
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+Makefile.in
+missing
+config.h.in
+# files generated by configure
+confdefs.h
+config.status
+conftest
+conftest.c
+conftest.cpp
+conftest.er1
+conftest.err
+.deps
+Makefile
+config.h
+stamp-h1
+libtirpc.pc
+# file generated during compilation
+*.o
+.libs
+lib*.a
+src/libtirpc.la
+src/libtirpc_la-*.lo
+# generic editor backup et al
+*~
+# cscope database files
+cscope.*