aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-09-10 19:37:16 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-09-10 19:37:16 +0200
commit48fc8d0ffa3bfb766d28bce858eccb68fb0fdec5 (patch)
treef20299615e35f5b8c0c40eadf5f04c4945d0e5ed /.gitignore
parent7a6533373ab9b0dd075f995c98dcf332a7876fac (diff)
downloadpush_swap-48fc8d0ffa3bfb766d28bce858eccb68fb0fdec5.tar.gz
push_swap-48fc8d0ffa3bfb766d28bce858eccb68fb0fdec5.tar.bz2
push_swap-48fc8d0ffa3bfb766d28bce858eccb68fb0fdec5.zip
Added check for already sorted stack, Added special cases for length 3 stacks, Added test.sh benchmark and testing all permutations
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4bf4a20..b8d327f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.o
*.ghc
*.dSYM
+vgcore.*
a.out
tags