diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-02-02 11:38:07 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-02-02 11:38:07 +0100 |
commit | 5350231043573aba15902b5d71135188728fa047 (patch) | |
tree | e79e47ccf48c38cd0026643f9903bd31fb43d276 /.gitignore | |
download | AsciiMap-5350231043573aba15902b5d71135188728fa047.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e097a3f --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.o +*.bmp +*.txt +build/* |