Fix up gitignores

Move tests gitignore into its own directory
Use stricter patterns where they make sense
This commit is contained in:
ISSOtm
2021-07-25 12:15:56 +02:00
parent fbe29006d4
commit 20fd6eabbb
2 changed files with 9 additions and 10 deletions

16
.gitignore vendored
View File

@@ -1,16 +1,12 @@
rgbasm /rgbasm
rgblink /rgblink
rgbfix /rgbfix
rgbgfx /rgbgfx
rgbshim.sh /rgbshim.sh
*.o *.o
*.exe *.exe
*.dll *.dll
.checkpatch-camelcase.* .checkpatch-camelcase.*
CMakeCache.txt CMakeCache.txt
CMakeFiles CMakeFiles/
cmake_install.cmake cmake_install.cmake
test/pokecrystal
test/pokered
test/ucity

3
test/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/pokecrystal/
/pokered/
/ucity/