8bbddf66e9
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"
61 lines
589 B
Plaintext
61 lines
589 B
Plaintext
# 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/*
|