Skip to content

Commit

Permalink
Align .gitignore with SA1
Browse files Browse the repository at this point in the history
  • Loading branch information
JaceCear committed Jan 31, 2025
1 parent f30c2e8 commit 4016793
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ehthumbs.db

# Visual Studio folder
.vs
*.pdb

# Folder config file
Desktop.ini
Expand Down Expand Up @@ -58,9 +59,10 @@ Temporary Items
*.map
*.bin

*.a

*.hex
*.o
*.a
*.dump
build
tools/agbcc
Expand All @@ -75,3 +77,12 @@ reports
./maps
*.4bpp
*.8bpp
libagbsyscall/*.s

!data/maps/*/*/tilemaps/*/*.bin
*.exe
*.dll
*.sdl

# third party deps
/ext

0 comments on commit 4016793

Please sign in to comment.