forked from casadi/casadi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
86 lines (80 loc) · 1.11 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
78
79
80
81
82
83
84
85
86
build*
.vscode
*install*
obj-x86_64-linux-gnu
*.edited
*.pyc
*~
*.so
*.orig
*.swp
test/python/*.c
# documentation
docs/api/html
docs/api/export
docs/api/internal
docs/api/XML
docs/api/XML_internal
docs/api/XML_cluttered
docs/api/latex
docs/example_pack
docs/examples/python/*_fmu_unzipped
docs/examples/python/modelica/*.xml
docs/tutorials/cpp/casadi-doc
docs/tutorials/cpp/casadi-doc.pdf
docs/users_guide/casadi-users_guide
docs/users_guide/temp
docs/users_guide/snippets
docs/examples/_temp*
documentation/examples/ctemplate/compiler.sh
documentation/examples/ctemplate/linker.sh
test/htmlcov
test/matlab/*.c
test/matlab/ON
test/matlab/OFF
# joel
experimental/joel/cuter/cuter_source
experimental/joel/cuter/orfe.princeton.edu
experimental/joel/cuter/cuter_selected
external_packages/ColPack
swig/*/target*
*tmp*
*temp*
*.casadi
*.mtx
callgrind.out.*
cachegrind.out.*
codegen_*
*BACKUP*
*BASE*
*LOCAL*
*REMOTE*
*.bak
*.sancov
*.prof
*.pdf
*.log
*.run
*.dot
*.o
*.cxx
*.mat
CMakeFiles
*.mex*
log*.txt
*.in.txt
*.out.txt
*_in.txt
*_out.txt
*.mod
mockups*
*build*
*coinhsl*
*.whl
*.zip
dockcross*
*debug*
*_export.h
*.deb
*.tar.gz
web