Skip to content

Commit

Permalink
Sorted .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Icedude907 committed Nov 15, 2023
1 parent ce192e4 commit 7d0e7f5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 19 deletions.
44 changes: 25 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
*.exe
*.o
*.i
*.elf
*.gba
!data/*.gba
# OS
.DS_Store
Thumbs.db
.fuse_hidden*

# Tools
.idea/
.vscode/
porymap*

# Emulation Files
*.sgm
*.sa1
*.ss[0-9]
*.sg1
*.sa*

# Build artifacts
build/
tools/agbcc
*.gba
!data/*.gba
*.elf
*.map
*.bat
*.exe
*.sym
*.dump
*.sa*
Thumbs.db
build/
.DS_Store
*.ddump
.idea/
porymap*
prefabs.json
.vscode/
*.a
.fuse_hidden*

# Other
*.bat
*.sna
*.diff
*.sym
*.js
*.ddump
prefabs.json
2 changes: 2 additions & 0 deletions libagbsyscall/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.o
*.a

0 comments on commit 7d0e7f5

Please sign in to comment.