summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Rosenboom <me@jayr.de>2014-03-18 22:37:31 +0100
committerJens Rosenboom <me@jayr.de>2014-03-18 22:37:31 +0100
commitd631535472d3b2335c764831cda4b1bec26da1ba (patch)
treee3b5012fe66ddd1bdaec0a4ec22545a83576ed70
parent034c73cdf5dc937fff3c83bbf1c1731e78c8e3d2 (diff)
downloadgf-complete-d631535472d3b2335c764831cda4b1bec26da1ba.tar.gz
ignore more library files and eecutables
-rw-r--r--.gitignore22
1 files changed, 21 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0580afb..93002a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,8 @@ Makefile.in
/install-sh
/missing
include/config.h
+include/config.h.in
+include/config.h.in~
include/stamp-h1
# Object files
@@ -18,10 +20,12 @@ include/stamp-h1
# Libraries
*.lib
+*.la
*.a
# Shared objects (inc. Windows DLLs)
*.dll
+*.lo
*.so
*.so.*
*.dylib
@@ -36,13 +40,29 @@ include/stamp-h1
# Other stuff
.deps/
+.libs/
/config.log
/config.status
/libtool
INSTALL
config.guess
config.sub
-include/config.h.in
ltmain.sh
m4/libtool.m4
m4/ltversion.m4
+
+examples/gf_example_1
+examples/gf_example_2
+examples/gf_example_3
+examples/gf_example_4
+examples/gf_example_5
+examples/gf_example_6
+examples/gf_example_7
+test/gf_unit
+tools/gf_add
+tools/gf_div
+tools/gf_inline_time
+tools/gf_methods
+tools/gf_mult
+tools/gf_poly
+tools/gf_time