diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-13 15:10:37 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-13 15:10:37 +0100 |
| commit | c368c0f4aa0a810f5102cb8958e57410e572afa8 (patch) | |
| tree | fb78228de7ee0b7883c19848e522fec58f673043 /.gitignore | |
| parent | 1562c2e8ef10e25973317c790c2779e9d595e5f1 (diff) | |
| download | nissy-core-c368c0f4aa0a810f5102cb8958e57410e572afa8.tar.gz nissy-core-c368c0f4aa0a810f5102cb8958e57410e572afa8.zip | |
Improvements to build.bat (unit tests on Windows)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -11,8 +11,6 @@ perf.data.old | |||
| 11 | run | 11 | run |
| 12 | run.exe | 12 | run.exe |
| 13 | debugrun | 13 | debugrun |
| 14 | shell/lasttest.out | ||
| 15 | shell/lasttest.err | ||
| 16 | tables/* | 14 | tables/* |
| 17 | test/*/runtest | 15 | test/*/runtest |
| 18 | test/.DS_Store | 16 | test/.DS_Store |
| @@ -43,3 +41,7 @@ tools/results | |||
| 43 | *.exp | 41 | *.exp |
| 44 | *.lib | 42 | *.lib |
| 45 | *.pdb | 43 | *.pdb |
| 44 | *.ilk | ||
| 45 | python/*.pyd | ||
| 46 | python/*.exp | ||
| 47 | python/*.lib | ||
