mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -6,6 +6,6 @@ rgbgfx
|
||||
*.exe
|
||||
.checkpatch-camelcase.*
|
||||
|
||||
test/pokecrystal/*
|
||||
test/pokered/*
|
||||
test/ucity/*
|
||||
test/pokecrystal
|
||||
test/pokered
|
||||
test/ucity
|
||||
|
||||
Reference in New Issue
Block a user