diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -11,8 +11,7 @@ perf.data.old | |||
| 11 | run | 11 | run |
| 12 | run.exe | 12 | run.exe |
| 13 | debugrun | 13 | debugrun |
| 14 | tables/* | 14 | tables*/* |
| 15 | tables-old/* | ||
| 16 | test/*/runtest | 15 | test/*/runtest |
| 17 | test/.DS_Store | 16 | test/.DS_Store |
| 18 | test/run | 17 | test/run |
| @@ -48,3 +47,5 @@ python/*.pyd | |||
| 48 | python/*.exp | 47 | python/*.exp |
| 49 | python/*.lib | 48 | python/*.lib |
| 50 | *.sketch | 49 | *.sketch |
| 50 | __pycache__ | ||
| 51 | */__pycache__ | ||
