-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitignore
77 lines (61 loc) · 1 KB
/
.gitignore
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#
# directories for compilation
/build
/cmake-build-debug
/obj-x86_64-linux-gnu
# log files
*.log
# directory used by autoconf to cache information for future runs
autom4te.cache
# doxygen output
doxydoc
# doxygen errors
doxygen.err
# omhelp output log
omhelp.htm.log
omhelp.xml.log
# ./build.sh test output log
build_test.log
# files created by configure and not in distribution
cppad/configure.hpp
doc.omh
doxyfile
example/test_one.sh
omh/install_unix.omh
omh/install_windows.omh
test_more/test_one.sh
.deps
config.status
pkgconfig/*.pc
makefile
# temporary files
junk
junk.sh
*~
# binary/compiled files
*.[oa]
*.so
# IDE files
/nbproject/
/.idea/
/.kdev4/
*.kdev4
# file browser
.directory
# debian temporary files
/debian/*/
/debian/files
/debian/*.stamp
# temporary test directory
/test/zoot/
# automatically generated directories
/test/cppadcg_sources
/test/cppadcg_sources_2
/test/temp
/test/tmp
# compiled examples
/example/dynamic_linux
/example/source_generation
/example/cppadcg_sources
# python
*.pyc