| Revision fb87db4,
1.2 KB
checked in by Martin Zibricky <mzibr.public@gmail.com>, 5 weeks ago
(diff) |
|
Clean: Ignore msvc files created during compilation.
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | *~ |
|---|
| 2 | .\#* |
|---|
| 3 | \#*# |
|---|
| 4 | |
|---|
| 5 | *.py[co] |
|---|
| 6 | /*.egg |
|---|
| 7 | /*.egg-info |
|---|
| 8 | /*.egg-link |
|---|
| 9 | |
|---|
| 10 | # / |
|---|
| 11 | /AES.pyd |
|---|
| 12 | /AES.so |
|---|
| 13 | /*.bak |
|---|
| 14 | /build |
|---|
| 15 | /*.patch |
|---|
| 16 | |
|---|
| 17 | # Temporary vim files |
|---|
| 18 | *.swp |
|---|
| 19 | |
|---|
| 20 | # Temporary rope files |
|---|
| 21 | .ropeproject |
|---|
| 22 | |
|---|
| 23 | # /buildtests/ |
|---|
| 24 | /buildtests/build* |
|---|
| 25 | /buildtests/dist* |
|---|
| 26 | /buildtests/logdict*.log |
|---|
| 27 | /buildtests/test*.exe |
|---|
| 28 | /buildtests/warn*.txt |
|---|
| 29 | /buildtests/python_exe.build |
|---|
| 30 | /buildtests/report.xml |
|---|
| 31 | |
|---|
| 32 | /buildtests/*/build |
|---|
| 33 | /buildtests/*/dist |
|---|
| 34 | |
|---|
| 35 | # /buildtests/basic/ |
|---|
| 36 | /buildtests/basic/python_exe.build |
|---|
| 37 | |
|---|
| 38 | # /buildtests/basic/ctypes/ |
|---|
| 39 | /buildtests/basic/ctypes/testctypes.dylib |
|---|
| 40 | /buildtests/basic/ctypes/testctypes.so |
|---|
| 41 | /buildtests/basic/ctypes/testctypes-win.dll |
|---|
| 42 | /buildtests/basic/ctypes/testctypes-win.exp |
|---|
| 43 | /buildtests/basic/ctypes/testctypes-win.obj |
|---|
| 44 | /buildtests/basic/ctypes/testctypes-win.lib |
|---|
| 45 | |
|---|
| 46 | # /buildtests/libraries/ |
|---|
| 47 | /buildtests/libraries/tinysample.png |
|---|
| 48 | /buildtests/libraries/test_xml.spec |
|---|
| 49 | /buildtests/basic/test_absolute_ld_library_path.spec |
|---|
| 50 | /buildtests/basic/test_absolute_python_path.spec |
|---|
| 51 | /buildtests/libraries/test_sqlalchemy.spec |
|---|
| 52 | |
|---|
| 53 | /e2etests/common/hanoi[1-9] |
|---|
| 54 | |
|---|
| 55 | # /doc/ |
|---|
| 56 | /doc/*.1 |
|---|
| 57 | |
|---|
| 58 | # /source/ |
|---|
| 59 | /source/.lock-wscript |
|---|
| 60 | /source/build |
|---|
| 61 | /source/waf-* |
|---|
| 62 | /source/.waf-* |
|---|
| 63 | |
|---|
| 64 | # /source/crypto/ |
|---|
| 65 | /source/crypto/build |
|---|
| 66 | |
|---|
| 67 | # /source/linux/ |
|---|
| 68 | /source/linux/Makefile |
|---|
| 69 | |
|---|
| 70 | # /support/loader/ |
|---|
| 71 | /support/loader/run |
|---|
| 72 | /support/loader/run_d |
|---|
Note: See
TracBrowser
for help on using the repository browser.