mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Added some autotools folders to the .gitignore
This commit is contained in:
parent
1f9f9bd6e2
commit
afada01e41
1 changed files with 62 additions and 60 deletions
122
.gitignore
vendored
122
.gitignore
vendored
|
|
@ -1,60 +1,62 @@
|
|||
._*
|
||||
*.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
|
||||
contents.xcworkspacedata
|
||||
.DS_Store
|
||||
.svn
|
||||
profile
|
||||
**/MacOSX/build
|
||||
**/iOS/build
|
||||
**/Linux/build
|
||||
**/LinuxMakefile/build
|
||||
**/VisualStudio2005/Debug
|
||||
**/VisualStudio2005/Release
|
||||
**/VisualStudio2008/Debug
|
||||
**/VisualStudio2008/Release
|
||||
**/VisualStudio2010/Debug
|
||||
**/VisualStudio2010/Release
|
||||
**/VisualStudio2012/Debug
|
||||
**/VisualStudio2012/Release
|
||||
**/VisualStudio2013/Win32
|
||||
**/VisualStudio2013/x64
|
||||
**/VisualStudio2015/Win32
|
||||
**/VisualStudio2015/x64
|
||||
**/VisualStudio2017/Win32
|
||||
**/VisualStudio2017/x64
|
||||
**/Builds/x64
|
||||
**/.vs
|
||||
**/CodeBlocks/bin
|
||||
**/CodeBlocks/obj
|
||||
**/CodeBlocks/*.depend
|
||||
**/CodeBlocks/*.layout
|
||||
**/Builds/Android/.gradle
|
||||
**/Builds/Android/local.properties
|
||||
**/Builds/Android/app/build
|
||||
**/Builds/Android/app/.externalNativeBuild
|
||||
**/Builds/Android/lib/build
|
||||
**/Builds/Android/lib/.externalNativeBuild
|
||||
**/doxygen/doc
|
||||
**/doxygen/build
|
||||
extras/Projucer/JUCECompileEngine.dylib
|
||||
._*
|
||||
*.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
|
||||
contents.xcworkspacedata
|
||||
.DS_Store
|
||||
.svn
|
||||
.deps
|
||||
.dirstamp
|
||||
profile
|
||||
**/MacOSX/build
|
||||
**/iOS/build
|
||||
**/Linux/build
|
||||
**/LinuxMakefile/build
|
||||
**/VisualStudio2005/Debug
|
||||
**/VisualStudio2005/Release
|
||||
**/VisualStudio2008/Debug
|
||||
**/VisualStudio2008/Release
|
||||
**/VisualStudio2010/Debug
|
||||
**/VisualStudio2010/Release
|
||||
**/VisualStudio2012/Debug
|
||||
**/VisualStudio2012/Release
|
||||
**/VisualStudio2013/Win32
|
||||
**/VisualStudio2013/x64
|
||||
**/VisualStudio2015/Win32
|
||||
**/VisualStudio2015/x64
|
||||
**/VisualStudio2017/Win32
|
||||
**/VisualStudio2017/x64
|
||||
**/Builds/x64
|
||||
**/.vs
|
||||
**/CodeBlocks/bin
|
||||
**/CodeBlocks/obj
|
||||
**/CodeBlocks/*.depend
|
||||
**/CodeBlocks/*.layout
|
||||
**/Builds/Android/.gradle
|
||||
**/Builds/Android/local.properties
|
||||
**/Builds/Android/app/build
|
||||
**/Builds/Android/app/.externalNativeBuild
|
||||
**/Builds/Android/lib/build
|
||||
**/Builds/Android/lib/.externalNativeBuild
|
||||
**/doxygen/doc
|
||||
**/doxygen/build
|
||||
extras/Projucer/JUCECompileEngine.dylib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue