-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (34 loc) · 739 Bytes
/
.gitignore
File metadata and controls
44 lines (34 loc) · 739 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
42
43
44
# Ignore file for Intel HEX Class project
# Ignore temporary files generated by gedit
*.*~
*~
# Ignore documentation files in the doxygen directory created by doxygen
# and backup doxygen configuration files
doxygen/html/*
doxygen/latex/*
doxygen/rtf/*
doxygen/man/*
doxygen/*.bak
# Ignore any old documentation files in the Documentation directory
Documentation/*.dox.old
# Ignore extraneous Open Office files
*.odt#
*.ods#
# Ignore compressed and archive files
*.zip
*.gz
*.7z
*.tar
# Ignore executables under Windows
*.exe
#Ignore compiler generated files
*.o
#Ignore extraneous Qt generated files
*.qm
#Ignore extraneous MSVC files
*.tlog
*.obj
*.log
*.ipch
#Ignore HEX files used or created during testing
ihclassTest/*.hex