3
0
mirror of https://github.com/XboxDev/nxdk.git synced 2026-02-04 12:45:33 +00:00

Move .gitignore items for tools into their own files.

This commit is contained in:
Matt Borgerson
2016-01-02 01:31:12 -07:00
parent 04d71a7be2
commit 3a7e6885bc
4 changed files with 6 additions and 5 deletions

8
.gitignore vendored
View File

@ -1,12 +1,10 @@
.DS_Store
*.exe
*.exe.manifest
*.obj
*.o
*.xbe
*.inl
_*.cpp
_*.h
bin/
tools/cxbe/cxbe
tools/fp20compiler/fp20compiler
tools/vp20compiler/vp20compiler

1
tools/cxbe/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
cxbe

1
tools/fp20compiler/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
fp20compiler

1
tools/vp20compiler/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vp20compiler