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`.
This commit is contained in:
Jakub Kądziołka
2019-06-05 20:54:21 +02:00
parent 4dee999f68
commit 0a3af87aee

6
.gitignore vendored
View File

@@ -6,6 +6,6 @@ rgbgfx
*.exe
.checkpatch-camelcase.*
test/pokecrystal/*
test/pokered/*
test/ucity/*
test/pokecrystal
test/pokered
test/ucity