aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-08 15:17:43 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-08 15:25:42 +0200
commit9c5c7af7abe9e444210ac86b903eee775fc76a84 (patch)
tree23e716e6df423d1516a6b1e51edd4d9a8d3a7370 /.gitignore
parent8af57b2ffd92daa9a40384ec8b6c49ffabc474d1 (diff)
downloadnissy-core-9c5c7af7abe9e444210ac86b903eee775fc76a84.tar.gz
nissy-core-9c5c7af7abe9e444210ac86b903eee775fc76a84.zip
Small fixes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 81bb673..3e5bc85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ utils/.DS_Store
9perf.data 9perf.data
10perf.data.old 10perf.data.old
11run 11run
12run.exe
12debugrun 13debugrun
13shell/lasttest.out 14shell/lasttest.out
14shell/lasttest.err 15shell/lasttest.err
@@ -18,7 +19,9 @@ test/.DS_Store
18test/run 19test/run
19test/run.DSYM 20test/run.DSYM
20runtest 21runtest
22runtest.exe
21runcpp 23runcpp
24runcpp.exe
22runtest.js 25runtest.js
23runtest.wasm 26runtest.wasm
24web/http/nissy_web_module.* 27web/http/nissy_web_module.*
@@ -34,3 +37,5 @@ tools/results
34*.o 37*.o
35*.so 38*.so
36*.s 39*.s
40*.pyd
41*.dll

Generated with cgit - Back to sebastiano.tronto.net