xenia-canary/.gitignore

107 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 07:03:06 +00:00
.svn
2018-03-01 16:22:53 +00:00
# Microprofile settings
.microprofilepreset.*
# ==============================================================================
# Projects/IDE files
# ==============================================================================
2015-08-01 11:08:59 +00: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 17:25:16 +00:00
# VS
.vs
*.user
*.sdf
*.opensdf
2018-05-23 03:24:39 +00:00
*.suo
2015-05-03 17:25:16 +00:00
bin/
obj/
2017-12-20 20:11:36 +00:00
# VSCode
.vscode
# ==============================================================================
# Temp generated code
# ==============================================================================
*.py[co]
.coverage
*.o
*.aps
# ==============================================================================
# Logs and dumps
# ==============================================================================
npm-debug.log
private/
*.trace
2015-02-21 19:16:24 +00:00
imgui.ini
*.log
# ==============================================================================
# Build system output
# ==============================================================================
# npm/node
.lock-wscript
node_modules/
node_modules/**/build/
node_modules/.bin/
# coverage/etc
/scratch/
/cache0/
/cache1/
recent.txt
/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-23 03:24:39 +00:00
/tools/shader-playground/*.dll