-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (37 loc) · 1015 Bytes
/
.gitignore
File metadata and controls
41 lines (37 loc) · 1015 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
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
/Examples/CC3200-I2CSample/Debug
/Examples/CC3200-I2CSample/Release
/Examples/CC3200-I2CSample/.launches
/Examples/PICkit 3 Debug Express Lessons/01_Hello_LED/01 Hello LED.X/build
/Examples/PICkit 3 Debug Express Lessons/01_Hello_LED/01 Hello LED.X/dist
/Examples/PICkit 3 Debug Express Lessons/01_Hello_LED/01 Hello LED.X/funclist
/Examples/PICkit 3 Debug Express Lessons/02_Blink_LED/02 Blink LED.X/build
/Examples/PICkit 3 Debug Express Lessons/02_Blink_LED/02 Blink LED.X/dist
/Examples/PICkit 3 Debug Express Lessons/02_Blink_LED/02 Blink LED.X/funclist
/Examples/PICkit 3 Debug Express Lessons/03_Rotate_LED/03 Rotate LED.X/build
/Examples/PICkit 3 Debug Express Lessons/03_Rotate_LED/03 Rotate LED.X/dist
/Examples/PICkit 3 Debug Express Lessons/03_Rotate_LED/03 Rotate LED.X/funclist