-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (48 loc) · 829 Bytes
/
.gitignore
File metadata and controls
56 lines (48 loc) · 829 Bytes
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
#Ignoring files and folders by github
#build directories
bin
build
lib
sconsbuild
local
tools/cache
tools/cmaps
bindings/python/src/pyforefire.egg-info
paper/jats
#python
__pycache__
venv
# compilation files
*.dblite
*.o
*.so
# editors
.vscode
#mac files
**/.DS_Store
# jupyter notebooks checkpoints
.ipynb_checkpoints
#docs
docs/doxygen/xml
docs/doxygen/html
# build
CMakeLists.txt
build.sh
#tools
tools/postprocessing/loadInParaview.py
tests/config_firecast_local.bash
tools/config_firecast_local.bash
tools/ai
changeLicense.py
httpConnectInfo.txt
#tests
tests/python/FF_FS4roslog.csv
tests/python/ros_computation.py
tests/python/ros_sampling.py
tests/python/test_logdb.csv
tests/runff/altitude.png
tests/runff/httpConnectInfo.txt
tests/python/log.txt
tests/python/runROS.bash
simulation_result.geojson
paper/paper.pdf