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:
8
.gitignore
vendored
8
.gitignore
vendored
@ -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
1
tools/cxbe/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
cxbe
|
||||
1
tools/fp20compiler/.gitignore
vendored
Normal file
1
tools/fp20compiler/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
fp20compiler
|
||||
1
tools/vp20compiler/.gitignore
vendored
Normal file
1
tools/vp20compiler/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
vp20compiler
|
||||
Reference in New Issue
Block a user