Skip to content

Commit 40324df

Browse files
committed
Merge pull request #10 from pythonian4000/removelibs
Remove Leap.py files for Windows and Linux
2 parents b796680 + 5717cec commit 40324df

File tree

4 files changed

+21
-2305
lines changed

4 files changed

+21
-2305
lines changed

.gitignore

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
#extentions
2+
*.dll
3+
*.pyd
4+
*.py[cod]
15
*.egg
26
*.egg-info
3-
*.py[co]
4-
*.pyc
5-
.cleanup.sh
6-
.DS_Store
7-
.gitignore~
8-
.installed.cfg
7+
*.wpr
8+
*.wpu
9+
*~
10+
11+
#files
12+
Leap.py
13+
14+
#directories
15+
.idea
916
bin
1017
build
1118
develop-eggs
@@ -14,6 +21,11 @@ eggs
1421
lib
1522
lib64
1623
parts
17-
pip-log.txt
1824
sdist
1925
var
26+
27+
#other
28+
.DS_Store
29+
.cleanup.sh
30+
.installed.cfg
31+
pip-log.txt

0 commit comments

Comments
 (0)