diff options
author | San Jacobs | 2023-01-12 08:34:56 +0100 |
---|---|---|
committer | San Jacobs | 2023-01-12 08:34:56 +0100 |
commit | 46e13804c80d000735fc6bbc22f303ea721f6127 (patch) | |
tree | cb9b9e4217db52335b090963be006734f7b002c9 /.gitignore | |
parent | 11489f9fd7228ebec8ab630f92d1cfdf8d1a20ba (diff) | |
download | odin-frogger-46e13804c80d000735fc6bbc22f303ea721f6127.tar.gz odin-frogger-46e13804c80d000735fc6bbc22f303ea721f6127.tar.bz2 odin-frogger-46e13804c80d000735fc6bbc22f303ea721f6127.zip |
Playable
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..adb36c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.exe
\ No newline at end of file |