mirror of
https://github.com/XboxDev/nxdk.git
synced 2026-02-04 15:35:39 +00:00
27 lines
398 B
Plaintext
27 lines
398 B
Plaintext
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# SPDX-FileCopyrightText: 2015 espes
|
|
# SPDX-FileCopyrightText: 2016 Matt Borgerson
|
|
# SPDX-FileCopyrightText: 2017 Luke Usher
|
|
# SPDX-FileCopyrightText: 2018-2019 Stefan Schmidt
|
|
# SPDX-FileCopyrightText: 2019 Jannik Vogel
|
|
|
|
.DS_Store
|
|
*.exe
|
|
*.exe.manifest
|
|
*.obj
|
|
*.o
|
|
*.xbe
|
|
*.inl
|
|
*.d
|
|
*.i
|
|
*.bc
|
|
*.pdb
|
|
_*.cpp
|
|
_*.hpp
|
|
_*.h
|
|
samples/**/*.iso
|
|
*.lib
|
|
!tools/cg/win/cgc.exe
|
|
bin/
|