-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (41 loc) · 673 Bytes
/
.gitignore
File metadata and controls
48 lines (41 loc) · 673 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
45
46
47
48
# Ignore PSoC Creator temp and user specific files
# Ignore Archive directory, project bundles there
scanner.cydsn/*
opt_table.cydsn/*
tests_c11.cydsn/*
cli_tx.cydsn/*
Archive/*
Backup/*
Archive/
Backup/
# Projects optional files
*.cydsn/codegentemp/
*.cydsn/Generated_Source/
*.cydsn/Export/
*.cydsn/*.cyfit
*.cydsn/*.rpt
*.cydsn/*.html
*.cydsn/*.cycdx
*.cydsn/*.svd
# PSoC 5LP based projects
*.cydsn/CortexM3/
# PSoC 4 based projects
*.cydsn/CortexM0/
# User specific files
ComponentUpdateLog.txt
*.Xwx47
*.d3bug
# Random file
*.cylib/CortexM0/
*.log
codegentemp
Generated_Source
CortexM3
CortexM0
Export
*.rpt
*.html
*.svd
*.cyfit
*.Administrator
*.chuck.erhardt