mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-05-10 04:00:34 +00:00
add git ignore
This commit is contained in:
parent
da0783dfd8
commit
e5710c11ab
1 changed files with 37 additions and 0 deletions
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Build directories
|
||||
build/
|
||||
out/
|
||||
bin/
|
||||
lib/
|
||||
*.exe
|
||||
*.dll
|
||||
*.lib
|
||||
*.pdb
|
||||
*.obj
|
||||
*.exp
|
||||
*.ilk
|
||||
|
||||
# CMake
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
CMakeUserPresets.json
|
||||
compile_commands.json
|
||||
.cmake/
|
||||
|
||||
# Visual Studio
|
||||
.vs/
|
||||
*.sln
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
|
||||
# Mac / Linux
|
||||
.DS_Store
|
||||
*.dylib
|
||||
*.so
|
||||
.vscode/
|
||||
|
||||
# Project specific
|
||||
deps/libmpv/x86_64/libmpv-2.dll
|
||||
deps/libmpv/i686/libmpv-2.dll
|
||||
Loading…
Reference in a new issue