diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 23:55:12 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 23:55:12 +0100 |
commit | 998d2df1356f83049c30f71bd5dc4c0597fd4824 (patch) | |
tree | 660eef6063088eea2b844984c49c5aa1b2b6e2f2 /.gitignore | |
parent | Clean (diff) | |
download | 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.tar.gz 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.tar.bz2 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.tar.xz 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.tar.zst 42-cub3d-998d2df1356f83049c30f71bd5dc4c0597fd4824.zip |
Nice bmp
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -175,4 +175,5 @@ tags # End of https://www.gitignore.io/api/c,vim,linux,macos,emacs cub3d -Cub3D
\ No newline at end of file +Cub3D +*.bmp
\ No newline at end of file |