From 0a3af87aee82357980bf33ad8a43ddd5463f31b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20K=C4=85dzio=C5=82ka?= Date: Wed, 5 Jun 2019 20:54:21 +0200 Subject: [PATCH] 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`. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 32e6b473..e3ca6917 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,6 @@ rgbgfx *.exe .checkpatch-camelcase.* -test/pokecrystal/* -test/pokered/* -test/ucity/* +test/pokecrystal +test/pokered +test/ucity