Skip to content

Commit 8f827c2

Browse files
committed
added a .gitignore to ignore generated files
1 parent cc543dc commit 8f827c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# All files to globally ignore
2+
*.pyc
3+
*.pyo
4+
*$py.class
5+
*.swp
6+
*.patch
7+
*#
8+
*~
9+
MANIFEST
10+
dist
11+
build
12+
soaplib_lxml.egg-info

0 commit comments

Comments
 (0)