aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-13 15:10:37 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-13 15:10:37 +0100
commitc368c0f4aa0a810f5102cb8958e57410e572afa8 (patch)
treefb78228de7ee0b7883c19848e522fec58f673043 /.gitignore
parent1562c2e8ef10e25973317c790c2779e9d595e5f1 (diff)
downloadnissy-core-c368c0f4aa0a810f5102cb8958e57410e572afa8.tar.gz
nissy-core-c368c0f4aa0a810f5102cb8958e57410e572afa8.zip
Improvements to build.bat (unit tests on Windows)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 38d22f8..322ebb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,8 +11,6 @@ perf.data.old
11run 11run
12run.exe 12run.exe
13debugrun 13debugrun
14shell/lasttest.out
15shell/lasttest.err
16tables/* 14tables/*
17test/*/runtest 15test/*/runtest
18test/.DS_Store 16test/.DS_Store
@@ -43,3 +41,7 @@ tools/results
43*.exp 41*.exp
44*.lib 42*.lib
45*.pdb 43*.pdb
44*.ilk
45python/*.pyd
46python/*.exp
47python/*.lib

Generated with cgit - Back to sebastiano.tronto.net