Skip to content

Commit

Permalink
Fix up gitignores
Browse files Browse the repository at this point in the history
Move tests gitignore into its own directory
Use stricter patterns where they make sense
  • Loading branch information
ISSOtm committed Jul 25, 2021
1 parent fbe2900 commit 20fd6ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions test/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/pokecrystal/
/pokered/
/ucity/

0 comments on commit 20fd6ea

Please sign in to comment.