aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-05 15:45:47 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-05 15:45:47 +0100
commit13c100a7dcae66f78339019dd272af8b177e79ba (patch)
tree6d1a97181ae76350bcefe9395b8640e21d06ce4c /.gitignore
parent7513e3aa5266733470cf5033a771909b92978c78 (diff)
downloadpush_swap-13c100a7dcae66f78339019dd272af8b177e79ba.tar.gz
push_swap-13c100a7dcae66f78339019dd272af8b177e79ba.tar.bz2
push_swap-13c100a7dcae66f78339019dd272af8b177e79ba.zip
Updated test.sh to be complient to shellcheck
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