aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-29 14:12:01 +0200
committerGitHub <noreply@github.com>2024-09-29 14:12:01 +0200
commitbf6e1c3516a4eb0509c12b00d9a1baf6ee119987 (patch)
tree95ab133f9771c4791d5c784f1b3d4822b1dd7d3c /.gitignore
parent774a824a6c80b5af495f4fb99d98758e3b9f6b81 (diff)
parent7a52b4cd50a40e4bce919b6bd51203d0e9867141 (diff)
downloadnissy-core-bf6e1c3516a4eb0509c12b00d9a1baf6ee119987.tar.gz
nissy-core-bf6e1c3516a4eb0509c12b00d9a1baf6ee119987.zip
Merge pull request #3 from enricotenuti/master
Threaded solver
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e9a1741..2e79f0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,18 @@
1.DS_Store
1config.mk 2config.mk
2gen 3gen
3debuggen 4debuggen
4flamegraph.html 5flamegraph.html
6utils/.DS_Store
5perf.data 7perf.data
6perf.data.old 8perf.data.old
7run 9run
8tables/* 10tables/*
9test/*/runtest 11test/*/runtest
12test/.DS_Store
10test/run 13test/run
11test/run.DSYM 14test/run.DSYM
15tools/.DS_Store
12run.DSYM 16run.DSYM
13run.core 17run.core
14test/last.* 18test/last.*

Generated with cgit - Back to sebastiano.tronto.net