mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
56
Src/external_dependencies/cpr/.gitignore
vendored
Normal file
56
Src/external_dependencies/cpr/.gitignore
vendored
Normal file
@ -0,0 +1,56 @@
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# CMake
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
|
||||
# Custom
|
||||
build/
|
||||
!nuget/build
|
||||
|
||||
# Jekyll stuff
|
||||
_includes/
|
||||
_site/
|
||||
|
||||
# Vim
|
||||
.ycm_extra_conf.py*
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
.vs/
|
||||
|
||||
# clangd
|
||||
.cache/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
Reference in New Issue
Block a user