summaryrefslogtreecommitdiff
path: root/src/.gitignore
blob: ab52fc844a7f7d93e9ff6da9bc6d28aea04ed3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*.o
/*.lo
/Makefile.in
/Makefile
/.*.d
/colm
/defs.h
/config.h
/version.h
/tags
/.deps
/libcolm.a
/libcolm.la
/.libs
/stamp-h1
/stamp-h2
/stamp-h3

/bootstrap[012]
/gen
/tar
/include

/libprog.a

/CMakeFiles
/cmake_install.cmake
/*.exe

# Common testing files.
/tmp.lm
/tmp.c
/tmp
/input[0-9]
/input
/output
/log

/colm-wrap

/config.h.in
/config.h.in~