-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (49 loc) · 777 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
52
53
54
55
56
# .gitignore file
#
# Set up for Microchip/MPLAB X development
#
# Updated May 07, 2015, C14029
# Updated May 30, 2019, M91406
# Updated Nov 06, 2019, M91406, excluding framework folder 'apps' and user code files in 'config' module folders
# Object files
*.o
*.ko
*.obj
*.elf
# Executables
*.exe
# Appliation layer user files exclusions
h/_root/config
h/apl/app
h/apl/driver
h/apl/config
h/hal/config
h/mcal/config
src/_root/config
src/apl/app
src/apl/driver
src/apl/config
src/hal/config
src/mcal/config
# Netbeans specific
~*.*
nbproject/build/
nbproject/dist/
nbproject/private/
nbproject/disassembly/
build/
dist/
private/
disassembly/
*.zip
*.mk
*.bash
Makefile-genesis.properties
# MPLAB X Trace specific
*.log
*.inx
# KDE specific
.directory
# Misc
.svn
*.bak