aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index b855eaf..708a2d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,13 @@
-a.out
-checker
-push_swap
-!src/checker
-!src/push_swap
*.o
*.ghc
*.dSYM
+
+a.out
+tags
benchmark.json
result.log
+
+checker
+push_swap
+!src/checker
+!src/push_swap