Skip to content

Commit e383e24

Browse files
authored
Merge pull request #2 from ShawnHymel/master
Cookiecutter'd
2 parents 8f50586 + 1950c73 commit e383e24

23 files changed

+1555
-539
lines changed

.gitignore

Lines changed: 9 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,12 @@
1-
# Compiled Sources
2-
###################
3-
*.o
4-
*.a
5-
!atmel-samd/asf/**/*.a
6-
*.elf
7-
*.bin
8-
*.map
9-
*.hex
10-
*.dis
11-
*.exe
121
*.mpy
13-
14-
# Packages
15-
############
16-
17-
# Logs and Databases
18-
######################
19-
*.log
20-
21-
# VIM Swap Files
22-
######################
23-
*.swp
24-
25-
# Build directory
26-
######################
27-
build/
28-
bin/
29-
30-
# Test failure outputs
31-
######################
32-
tests/*.exp
33-
tests/*.out
34-
35-
# Python cache files
36-
######################
37-
__pycache__/
38-
*.pyc
39-
40-
# Customized Makefile/project overrides
41-
######################
42-
GNUmakefile
43-
user.props
44-
45-
# Sphinx output
46-
###############
2+
.idea
3+
__pycache__
474
_build
48-
49-
# Generated rst files
50-
######################
51-
genrst/
52-
53-
# ctags and similar
54-
###################
55-
TAGS
56-
57-
# Merge leftovers
58-
#################
59-
*.orig
60-
61-
# Emacs backup files
62-
####################
63-
*~
64-
5+
*.pyc
6+
.env
7+
build*
8+
bundles
659
*.DS_Store
66-
67-
# POEdit mo files
68-
####################
69-
*.mo
10+
.eggs
11+
dist
12+
**/*.egg-info

0 commit comments

Comments
 (0)