Skip to content

Commit 97d1588

Browse files
committed
Create .gitignore
1 parent c6c2f49 commit 97d1588

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
*.py[oc]
2+
3+
# Temp files
4+
*~
5+
~*
6+
.*~
7+
\#*
8+
.#*
9+
*#
10+
dist
11+
12+
# Build files
13+
build
14+
dist
15+
pkg
16+
*.egg
17+
*.egg-info
18+
19+
# Debian Files
20+
debian/files
21+
debian/python-aws-hostname*
22+
23+
# Sphinx build
24+
doc/_build
25+
26+
# Generated man page
27+
doc/aws_hostname.1

0 commit comments

Comments
 (0)