Created
December 25, 2021 21:01
-
-
Save mwicat/a1482ed0b1abb0d88aba0fb57a4891f8 to your computer and use it in GitHub Desktop.
.gitignore-juce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
._* | |
*.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 | |
.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/app/.cxx | |
**/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 | |
**/.idea | |
extras/Projucer/JUCECompileEngine.dylib | |
.idea | |
**/cmake-build* | |
.vscode | |
/build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment