forked from CMU-Robotics-Club/RoboBuggy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
53 lines (48 loc) · 1.15 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
*.class
out/
*.pyc
.metadata/
# mac os x temp files
.DS_Store
# arduino build files
build-*
# avr makefile build files
*.eep
*.elf
*.hex
*.lss
*.lst
*.map
*.o
*.sym
*~
.dep
#Files generated at compilation
Electrical/Transistor/code/radio_buggy_mega/fingerprint.h
#rbsm headers
Electrical/Transistor/code/lib_avr/rbserialmessages/rbsm_config.h
#eclipse's nonsense
real_time/surface_src/java_src/.recommenders/
real_time/surface_src/java_src/Alice/.classpath
# intellij's nonsense
*.eml
setuptools-19.4.zip
real_time/surface_src/java_src/.idea
real_time/surface_src/java_src/logs
real_time/surface_src/opencv/
cwthbntv.nci.txt
*.iml
real_time/surface_src/java_src/Alice/.idea
real_time/surface_src/java_src/Alice/library/protobuf-3.0.0
Legacy/real_time/surface_src/java_src/libs/JavaHamcrest/.idea
Legacy/real_time/surface_src/java_src/libs/JavaHamcrest/hamcrest-core/src/main/java/org/hamcrest
Legacy/real_time/surface_src/java_src/libs/JavaHamcrest/hamcrest-core/src/test/java/org/hamcrest
Legacy/real_time/surface_src/java_src/libs/JavaHamcrest
2017-2018/ROS_RoboBuggy/.idea/misc.xml
.idea/
.vscode/
cmake-build-debug/
gradlew
gradlew.bat
gradle-wrapper.jar
*.properties