aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
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