Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Apr 14, 2015
1 parent f26023a commit fb2425e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Build files
*.a
build/
build_gcc/
tools/chksum64
tools/dumpdfs/dumpdfs
tools/mkdfs/mkdfs
tools/mksprite/convtool
tools/mksprite/mksprite
tools/n64tool

## OSX junk
.DS_Store
.Trashes
._*

## Temporary files
*.tmp
*.swp
*~

0 comments on commit fb2425e

Please sign in to comment.