diff options
author | Simponic <loganthebean222@gmail.com> | 2020-08-11 22:15:13 -0600 |
---|---|---|
committer | Simponic <loganthebean222@gmail.com> | 2020-08-11 22:15:13 -0600 |
commit | 3ad9d9b066fb9108c17647578fdff39eb2df59af (patch) | |
tree | e15cd75ac4a8adeeb925aa88acfbd2b3a314c55c | |
parent | 723f879f85f25c2d466146e08261e0ae993c72b6 (diff) | |
download | geometry-dash-gba-3ad9d9b066fb9108c17647578fdff39eb2df59af.tar.gz geometry-dash-gba-3ad9d9b066fb9108c17647578fdff39eb2df59af.zip |
Added .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..931da7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +**/build +*.gba +*.elf +*.sav |