-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
65 lines (54 loc) · 1 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
54
55
56
57
58
59
60
61
62
63
64
65
# .gitignore file
#
# Set up for Microchip/MPLAB X® development projects
#
# Default gitignore files for code examples, only removing/ignoring usual MPLAB X® clutter
# Excluding object files
*.o
*.ko
*.obj
*.elf
# Excluding documentation output directories
# Use '#' to enable file tracking before release
docs/
# Excluding any executables
*.exe
#Excluding Files/Folders Auto-Generated by Test Harness
.generated_files/
# Excluding Netbeans specific build directories and file types
~*.*
.generated_files/
nbproject/build/
nbproject/dist/
nbproject/private/
nbproject/disassembly/
build/
dist/
private/
disassembly/
*.zip
!code-templates.zip
*.mk
*.bash
*.dump
Makefile-genesis.properties
# Excluding MPLAB X® Trace files
*.log
*.inx
# KDE specific
.directory
# Misc
# Use '#' to enable file tracking of certain types
.svn
*.lnk
*.bak
# don't include files in the temp-directory
temp/
*.doc
*.docx
*.ppt
*.pptx
*.xls
*.xlsx
*.xlsm
# end of file