summaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-03-14 15:29:52 +0200
committerAdrian Thurston <thurston@colm.net>2020-03-14 15:29:52 +0200
commitf653735830d537715f2885bd832cf04851d35401 (patch)
tree95e6551e39407543366d4f49aedf7b78c6e8bbe1 /src/.gitignore
parentbcc54d5df10cf425e7134b06f70d7ffe1abee4e4 (diff)
downloadcolm-f653735830d537715f2885bd832cf04851d35401.tar.gz
moved source files into commit repository
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore37
1 files changed, 33 insertions, 4 deletions
diff --git a/src/.gitignore b/src/.gitignore
index 8b728643..082d9db4 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -1,11 +1,40 @@
+/*.o
+/*.lo
+/Makefile.in
+/Makefile
+/.*.d
+/colm
+/defs.h
/config.h
-/config.h.in
-/config.h.in~
+/version.h
+/tags
+/.deps
+/libcolm.a
+/libcolm.la
+/.libs
/stamp-h1
/stamp-h2
-/Makefile
+/bootstrap[012]
+/gen
+/tar
+/include
+
+/libprog.a
/CMakeFiles
/cmake_install.cmake
-/install_manifest.txt
+/*.exe
+
+# Common testing files.
+/tmp.lm
+/tmp.c
+/tmp
+/input[0-9]
+/input
+/output
+/log
+
+/colm-wrap
+
+/config.h.in