Add links to the documentation
[libcontrac.git] / .gitignore
1 # Object files
2 *.o
3 *.def
4 *.exp
5
6 # Libraries
7 *.lib
8 *.a
9 .libs/
10 /libcontrac-0.pc
11 /libtool
12
13 # Shared objects (inc. Windows DLLs)
14 *.dll
15 *.so
16 *.so.*
17 *.dylib
18 *.lo
19 *.la
20
21 # Executables
22 *.exe
23 *.out
24 *.app
25 *.pyc
26 /tests/test_contrac
27
28 # autoconf
29
30 /autom4te.cache/
31 /.dirstamp
32 Makefile
33 Makefile.in
34 /assets/Makefile
35 /assets/icons/Makefile
36 /config.h
37 /config.log
38 /config.status
39 /knot3d
40 /debian/knot3d.debhelper.log
41 /debian/knot3d/
42 /src/Makefile
43 /stamp-h1
44 .deps/
45 /config/
46 /m4/
47 /doxyfile
48 configure
49 aclocal.m4
50 config.h.in
51
52 # Tests
53 tests/*.log
54 tests/*.trs
55
56 # Specific files
57 .knot.xml
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73