diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-13 15:32:02 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-13 15:32:02 +0100 |
| commit | 2007f61ef09c0b538aca2a7f20428f81175f322f (patch) | |
| tree | 2ead4c997b8643fb550492143e7f03629cbf976f /.gitignore | |
| download | cub3d-2007f61ef09c0b538aca2a7f20428f81175f322f.tar.gz cub3d-2007f61ef09c0b538aca2a7f20428f81175f322f.tar.bz2 cub3d-2007f61ef09c0b538aca2a7f20428f81175f322f.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd1c1ec --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +*.ghc +a.out |
