git subrepo clone (merge) https://github.com/free-audio/clap deps/clap-juce-extensions/clap-libs/clap
subrepo: subdir: "deps/clap-juce-extensions/clap-libs/clap" merged: "3189bdfaf" upstream: origin: "https://github.com/free-audio/clap" branch: "main" commit: "3189bdfaf" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
60
deps/clap-juce-extensions/clap-libs/clap/.gitignore
vendored
Normal file
60
deps/clap-juce-extensions/clap-libs/clap/.gitignore
vendored
Normal file
@ -0,0 +1,60 @@
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Visual Studio
|
||||
obj/
|
||||
*.sln
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
.vs/
|
||||
packages/
|
||||
target/
|
||||
*.pdb
|
||||
packages.config
|
||||
CMakeSettings.json
|
||||
.vscode
|
||||
.cache
|
||||
|
||||
# C++ IDE helpers
|
||||
compile_commands.json
|
||||
|
||||
# IntelliJ IDEA
|
||||
.idea
|
||||
|
||||
# CMake common patterns
|
||||
build*/
|
||||
cmake-build*/
|
||||
|
||||
# A place to store stuff and get it git ignored
|
||||
ignore/*
|
Reference in New Issue
Block a user