summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-29 15:58:42 +0100
committerArjun Roy <arroy@redhat.com>2010-02-03 11:45:03 -0800
commit96b1783ce573893bfd34e2ad5cd0a975480e6cc2 (patch)
tree872ae7426ea20c6c577f12dbb67bf86c188ef46a /.gitignore
parent978da2ed2171a58d53374eb017bc7c9a83081950 (diff)
downloadlibosinfo-96b1783ce573893bfd34e2ad5cd0a975480e6cc2.tar.gz
autoconfiscate
* Makefile.am: New file. * configure.ac: New file. * Makefile: Remove. * .gitignore: List ignorable files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..392e51c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+*.[ao]
+*.l[ao]
+*~
+.deps
+.libs
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache
+build-aux
+config.cache
+config.h
+config.h.in
+config.log
+config.status
+configure
+libtool
+m4
+stamp-h1