shithub: rgbds

Download patch

ref: 0a3af87aee82357980bf33ad8a43ddd5463f31b1
parent: 4dee999f680f9066c081d10e670ed5b0bae9c942
author: Jakub Kądziołka <kuba@kadziolka.net>
date: Wed Jun 5 16:54:21 EDT 2019

Ignore the .git folder of the test repositories

Before this change, doing `git add test` would also add
pokecrystal and the other test repos, even though they
didn't show up on `git status`.

--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,6 @@
 *.exe
 .checkpatch-camelcase.*
 
-test/pokecrystal/*
-test/pokered/*
-test/ucity/*
+test/pokecrystal
+test/pokered
+test/ucity