diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..353ab60 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,13 @@ | |||
1 | # Ignore benchmark results | ||
2 | *.txt | ||
3 | |||
4 | # Ignore DIS benchmarks | ||
5 | **/field | ||
6 | **/matrix | ||
7 | **/neighborhood | ||
8 | **/pointer | ||
9 | **/transitive | ||
10 | **/update | ||
11 | |||
12 | # Ignore Tacle Benchmarks | ||
13 | **/bin/ | ||