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
+6 -10
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
/pokecrystal/
/pokered/
/ucity/