xenia/.gitignore

104 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

# ==============================================================================
# Misc system junk
# ==============================================================================
.DS_Store
._*
.Spotlight-V100
.Trashes
.com.apple.*
Thumbs.db
Desktop.ini
2014-01-21 02:03:06 -05:00
.svn
2018-03-01 11:22:53 -05:00
# Microprofile settings
.microprofilepreset.*
# ==============================================================================
# Projects/IDE files
# ==============================================================================
2015-08-01 07:08:59 -04:00
*~
# Sublime Text
*.sublime-project
*.sublime-workspace
# VIM
.*.sw[a-z]
*.un~
Session.vim
# TextMate
*.tmproj
*.tmproject
tmtags
# Eclipse
.project
.metadata
# WebStorm
.idea
2015-05-03 13:25:16 -04:00
# VS
.vs
*.user
*.sdf
*.opensdf
2018-05-22 23:24:39 -04:00
*.suo
2015-05-03 13:25:16 -04:00
bin/
obj/
2017-12-20 15:11:36 -05:00
# VSCode
.vscode
# ==============================================================================
# Temp generated code
# ==============================================================================
*.py[co]
.coverage
*.o
*.aps
# ==============================================================================
# Logs and dumps
# ==============================================================================
npm-debug.log
private/
*.trace
2015-02-21 14:16:24 -05:00
imgui.ini
*.log
# ==============================================================================
# Build system output
# ==============================================================================
# npm/node
.lock-wscript
node_modules/
node_modules/**/build/
node_modules/.bin/
# coverage/etc
/scratch/
/build/
# ==============================================================================
# Local-only paths
# ==============================================================================
.vagrant
/attic/
/content/
/third_party/binutils/binutils-2.24.tar.gz
/third_party/binutils/bin/
/third_party/binutils/powerpc-none-elf/
/third_party/binutils/share/
/third_party/binutils/binutils*
/third_party/vasm/
2018-05-22 23:24:39 -04:00
/tools/shader-playground/*.dll