diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-05 15:45:47 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-05 15:45:47 +0100 |
| commit | 13c100a7dcae66f78339019dd272af8b177e79ba (patch) | |
| tree | 6d1a97181ae76350bcefe9395b8640e21d06ce4c /.gitignore | |
| parent | 7513e3aa5266733470cf5033a771909b92978c78 (diff) | |
| download | push_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-- | .gitignore | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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 |
