File tree Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Expand file tree Collapse file tree 2 files changed +4
-38
lines changed Original file line number Diff line number Diff line change 1
- * .py [cod ]
2
-
3
- # C extensions
4
- * .so
5
-
6
- # Packages
7
- * .egg
8
- * .egg-info
9
- dist
10
- build
11
- eggs
12
- parts
13
- bin
14
- var
15
- sdist
16
- develop-eggs
17
- .installed.cfg
18
- lib /*
19
- lib64
20
- __pycache__
21
-
22
- # Installer logs
23
- pip-log.txt
24
-
25
- # Unit test / coverage reports
26
- .coverage
27
- .tox
28
- nosetests.xml
29
-
30
- # Mr Developer
31
- .mr.developer.cfg
32
- .project
33
- .pydevproject
34
-
35
- # PyCharm
36
- .idea
37
-
38
1
# ignoreing unneeded files, using glob syntax
2
+ syntax: glob
3
+ *.pyc
39
4
*~
40
5
*.pidaproject
41
6
.svn
@@ -60,6 +25,7 @@ cert.pem
60
25
module/web/pyload.db
61
26
*.svg
62
27
*.prefs
28
+ *.po
63
29
*.orig
64
30
*.rej
65
31
pyload/*
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def get_source(options):
136
136
file .chmod (0755 )
137
137
138
138
(pyload / ".hgtags" ).remove ()
139
- (pyload / ".gitignore " ).remove ()
139
+ (pyload / ".hgignore " ).remove ()
140
140
#(pyload / "docs").rmtree()
141
141
142
142
f = open (pyload / "__init__.py" , "wb" )
You can’t perform that action at this time.
0 commit comments