summaryrefslogtreecommitdiff
path: root/src/.gitignore
blob: 082d9db43cdcabfcccc752e3e4edb4a35b477d60 (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
/*.o
/*.lo
/Makefile.in
/Makefile
/.*.d
/colm
/defs.h
/config.h
/version.h
/tags
/.deps
/libcolm.a
/libcolm.la
/.libs
/stamp-h1
/stamp-h2

/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