shithub: rgbds

Download patch

ref: 20fd6eabbb574a31b559c2149315d3771aa66b14
parent: fbe29006d460275d9cdac49cc68ea4f34423f65d
author: ISSOtm <eldredhabert0@gmail.com>
date: Sun Jul 25 08:15:56 EDT 2021

Fix up gitignores

Move tests gitignore into its own directory
Use stricter patterns where they make sense

--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,12 @@
-rgbasm
-rgblink
-rgbfix
-rgbgfx
-rgbshim.sh
+/rgbasm
+/rgblink
+/rgbfix
+/rgbgfx
+/rgbshim.sh
 *.o
 *.exe
 *.dll
 .checkpatch-camelcase.*
 CMakeCache.txt
-CMakeFiles
+CMakeFiles/
 cmake_install.cmake
-
-test/pokecrystal
-test/pokered
-test/ucity
--- /dev/null
+++ b/test/.gitignore
@@ -1,0 +1,3 @@
+/pokecrystal/
+/pokered/
+/ucity/