mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-24 03:14:15 -04:00
.gitignore wasn't good
This commit is contained in:
80
.gitignore
vendored
80
.gitignore
vendored
@ -1,59 +1,23 @@
|
||||
._*
|
||||
*.mode1v3
|
||||
*.pbxuser
|
||||
*.perspectivev3
|
||||
*.user
|
||||
*.ncb
|
||||
*.suo
|
||||
*.ilk
|
||||
*.pch
|
||||
*.pdb
|
||||
*.dep
|
||||
*.idb
|
||||
*.manifest
|
||||
*.manifest.res
|
||||
*.o
|
||||
*.d
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
xcuserdata
|
||||
*.xccheckout
|
||||
*.xcscmblueprint
|
||||
*.xcscheme
|
||||
contents.xcworkspacedata
|
||||
# macOS-General
|
||||
.DS_Store
|
||||
.svn
|
||||
.deps
|
||||
.dirstamp
|
||||
profile
|
||||
**/MacOSX/build
|
||||
**/iOS/build
|
||||
**/IDEWorkspaceChecks.plist
|
||||
**/Linux/build
|
||||
**/LinuxMakefile/build
|
||||
**/VisualStudio[0-9]*/Win32
|
||||
**/VisualStudio[0-9]*/x64
|
||||
**/Builds/x64
|
||||
**/.vs
|
||||
**/CodeBlocks/bin
|
||||
**/CodeBlocks/obj
|
||||
**/CodeBlocks/*.depend
|
||||
**/CodeBlocks/*.layout
|
||||
**/Builds/Android/.gradle
|
||||
**/Builds/Android/.idea
|
||||
**/Builds/Android/build
|
||||
**/Builds/Android/**/*.iml
|
||||
**/Builds/Android/local.properties
|
||||
**/Builds/Android/app/build
|
||||
**/Builds/Android/app/.externalNativeBuild
|
||||
**/Builds/Android/lib/build
|
||||
**/Builds/Android/lib/.externalNativeBuild
|
||||
**/Builds/CLion/cmake-build-*
|
||||
**/Builds/CLion/.idea
|
||||
**/Builds/MacOSX/**/Index
|
||||
**/Builds/MacOSX/**/Intermediates.noindex
|
||||
**/doxygen/doc
|
||||
**/doxygen/build
|
||||
extras/Projucer/JUCECompileEngine.dylib
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
Thumbs.db:encryptable
|
||||
ehthumbs.db
|
||||
ehthumbs_vista.db
|
||||
|
||||
# Dump file
|
||||
*.stackdump
|
||||
|
||||
# Folder config file
|
||||
[Dd]esktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# JUCE
|
||||
**/Builds
|
||||
**/JuceLibraryCode
|
||||
|
Reference in New Issue
Block a user