forked from andersondomingues/orca-sim
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
51 lines (42 loc) · 830 Bytes
/
.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
#generated libraries and object files
*.a
*.o
#simulation logs
*.log
bin/output-debug.sh
bin/output-uart.sh
#executable code and application binaries
*.bin
*.exe
#tool-sṕecific buulshit
.clang
.codelite
.vscode*
compile_*
#perf and valgrind logs
ursa.*
perf.*
#catkin generated files
tools/ros-integration/.catkin_workspace
tools/ros-integration/.catkin_tools
tools/ros-integration/build/
tools/ros-integration/devel/
tools/ros-integration/logs/
#compilation intermediate files
#please note that files from software
#folder may eventually be moved into
#bin folder, so we may want to remove
#them from both folders before commiting
software/*.cnt
software/*.elf
software/*.lst
software/*.sec
software/*.txt
#software/hellfireos
bin/*.cnt
bin/*.elf
bin/*.lst
bin/*.sec
bin/*.txt
bin/output-debug.sh
bin/output-uart.sh