From 20fd6eabbb574a31b559c2149315d3771aa66b14 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 25 Jul 2021 12:15:56 +0200 Subject: [PATCH] Fix up gitignores Move tests gitignore into its own directory Use stricter patterns where they make sense --- .gitignore | 16 ++++++---------- test/.gitignore | 3 +++ 2 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 test/.gitignore diff --git a/.gitignore b/.gitignore index b8dced0e..7349ce3b 100644 --- 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 diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..32dd40f7 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,3 @@ +/pokecrystal/ +/pokered/ +/ucity/