-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (47 loc) · 1.63 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
*.aux
*.log
*.out
*.synctex.gz
*.toc
*.pyc
doc/source/*
!doc/source/figures/
!doc/source/report.tex
!doc/source/references.bib
build/
install/
.vscode/
.idea/
__pychache__/
ODEVisualizationLib.egg-info/
examples/applications/c++/*
!examples/applications/c++/CMakeLists.txt
!examples/applications/c++/include
!examples/applications/c++/src
examples/flow_equations/LorentzAttractor/*
!examples/flow_equations/LorentzAttractor/README.md
!examples/flow_equations/LorentzAttractor/setup.py
!examples/flow_equations/LorentzAttractor/CMakeLists.txt
!examples/flow_equations/LorentzAttractor/include
!examples/flow_equations/LorentzAttractor/python_pybind
!examples/flow_equations/LorentzAttractor/src
examples/flow_equations/ThreePointSystem/*
!examples/flow_equations/ThreePointSystem/README.md
!examples/flow_equations/ThreePointSystem/setup.py
!examples/flow_equations/ThreePointSystem/CMakeLists.txt
!examples/flow_equations/ThreePointSystem/include
!examples/flow_equations/ThreePointSystem/python_pybind
!examples/flow_equations/ThreePointSystem/src
examples/flow_equations/SaddleNodeBifurcation/*
examples/flow_equations/FourPointSystem/*
examples/further_systems/ThreePointSystem/*
!examples/further_systems/ThreePointSystem/CMakeLists.txt
!!examples/further_systems/ThreePointSystem/flow_equations
!examples/further_systems/ThreePointSystem/include
!examples/further_systems/ThreePointSystem/src
examples/further_systems/FourPointSystem/*
!examples/further_systems/FourPointSystem/CMakeLists.txt
!!examples/further_systems/FourPointSystem/flow_equations
!examples/further_systems/FourPointSystem/include
!examples/further_systems/FourPointSystem/src
config.h