FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
forefire/.gitignore at master · forefireAPI/forefire · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
forefireAPI
/
forefire
Public
Notifications
You must be signed in to change notification settings
Fork
41
Star
104
Code
Issues
10
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
forefire
/
.gitignore
Copy path
More file actions
More file actions
Latest commit
History
History
History
61 lines (53 loc) · 975 Bytes
Breadcrumbs
forefire
/
.gitignore
Copy path
File metadata and controls
61 lines (53 loc) · 975 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
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 packaging
dist
wheelhouse
*
.egg-info
#
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
#
Do not ignore CMakeLists.txt here: it is tracked, and ignoring it makes
#
packaging tools drop it from the sdist.
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
Back
|
FazBrowse Home
|
New Git URL