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/