diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-17 09:15:48 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-17 09:15:48 +0100 |
| commit | c6ab40b1602443938e431b996b28fb3d888365bb (patch) | |
| tree | 6fff7f9253ecb0b5c27f6a753d83a22a53ef54f8 /.gitignore | |
| parent | ad9c99d0274b09b152007332cef589f5e649080a (diff) | |
| download | nissy-core-c6ab40b1602443938e431b996b28fb3d888365bb.tar.gz nissy-core-c6ab40b1602443938e431b996b28fb3d888365bb.zip | |
Cleanup
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__ | ||
