ref: f732352300f0cff1786168e93954803969d46070
parent: ee81f434cffb89d7cae93ff4d8344b71d7746766
author: Snesrev <snesrev@protonmail.com>
date: Tue Oct 11 18:04:19 EDT 2022
Move .gitignore to /third_party/
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,4 @@
/msu/alttp_msu-*.pcm
/tmp/
/tables/zelda3_assets.dat
-/third_party/tcc/
-/third_party/SDL2-2.24.0/
/SDL2.dll
\ No newline at end of file
--- /dev/null
+++ b/third_party/.gitignore
@@ -1,0 +1,2 @@
+/tcc/
+/SDL2-2.24.0/