summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-23 10:58:33 +0100
committerEric Anholt <eric@anholt.net>2009-11-23 10:58:33 +0100
commit3181f54ca8a77d7694aaf42a87e5a59986fdbe8e (patch)
treee1495bf43764d35f5de3688b2ab91e18028a7776 /.gitignore
Initial import of hash_table.
This is entirely written by myself, with the exception of the hash_sizes[] contents which come from the hash_table implementation in nickle, which I decided to not use.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0d682ff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+.deps
+.libs
+Makefile
+Makefile.in
+*.la
+*.lo
+*.o
+*~
+aclocal.m4
+autom4te.cache
+compile
+config.guess
+config.log
+config.status
+config.sub
+configure
+configure.lineno
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+stamp-h1
+cscope.*