forked from pyinstaller/pyinstaller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (54 loc) · 1.07 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
*~
.\#*
\#*#
*.py[co]
/*.egg
/*.egg-info
/*.egg-link
# /
/AES.pyd
/AES.so
/*.bak
/build
/*.patch
# Temporary vim files
*.swp
# Temporary rope files
.ropeproject
# /buildtests/
/buildtests/build*
/buildtests/dist*
/buildtests/logdict*.log
/buildtests/test*.exe
/buildtests/warn*.txt
/buildtests/python_exe.build
/buildtests/report.xml
/buildtests/*/build
/buildtests/*/dist
# /buildtests/basic/
/buildtests/basic/python_exe.build
# /buildtests/basic/ctypes/
/buildtests/basic/ctypes/testctypes.dylib
/buildtests/basic/ctypes/testctypes.dll
/buildtests/basic/ctypes/testctypes.so
# /buildtests/libraries/
/buildtests/libraries/tinysample.png
/buildtests/libraries/test_xml.spec
/buildtests/basic/test_absolute_ld_library_path.spec
/buildtests/basic/test_absolute_python_path.spec
/buildtests/libraries/test_sqlalchemy.spec
/e2etests/common/hanoi[1-9]
# /doc/
/doc/*.1
# /source/
/source/.lock-wscript
/source/build
/source/waf-*
/source/.waf-*
# /source/crypto/
/source/crypto/build
# /source/linux/
/source/linux/Makefile
# /support/loader/
/support/loader/run
/support/loader/run_d