aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-17 09:15:48 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-17 09:15:48 +0100
commitc6ab40b1602443938e431b996b28fb3d888365bb (patch)
tree6fff7f9253ecb0b5c27f6a753d83a22a53ef54f8 /.gitignore
parentad9c99d0274b09b152007332cef589f5e649080a (diff)
downloadnissy-core-c6ab40b1602443938e431b996b28fb3d888365bb.tar.gz
nissy-core-c6ab40b1602443938e431b996b28fb3d888365bb.zip
Cleanup
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 20da609..9922f9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,8 +11,7 @@ perf.data.old
11run 11run
12run.exe 12run.exe
13debugrun 13debugrun
14tables/* 14tables*/*
15tables-old/*
16test/*/runtest 15test/*/runtest
17test/.DS_Store 16test/.DS_Store
18test/run 17test/run
@@ -48,3 +47,5 @@ python/*.pyd
48python/*.exp 47python/*.exp
49python/*.lib 48python/*.lib
50*.sketch 49*.sketch
50__pycache__
51*/__pycache__

Generated with cgit - Back to sebastiano.tronto.net