diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-14 17:06:30 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-14 17:06:30 +0100 |
| commit | aedf0ac9594678da00218f924dd8468a481c7cc3 (patch) | |
| tree | b76393d00749da748b1844a96c4e1e373b5ec76e /.gitignore | |
| download | push_swap-aedf0ac9594678da00218f924dd8468a481c7cc3.tar.gz push_swap-aedf0ac9594678da00218f924dd8468a481c7cc3.tar.bz2 push_swap-aedf0ac9594678da00218f924dd8468a481c7cc3.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..869816d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +a.out +checker +push_swap +*.o +*.ghc |
