2017-11-27 20:48:33 +00:00
|
|
|
/build/
|
|
|
|
/test/build/
|
|
|
|
/xcodeproj/
|
2019-11-19 19:30:40 +00:00
|
|
|
.vscode/
|
2017-11-27 20:48:33 +00:00
|
|
|
|
|
|
|
# Object files
|
|
|
|
*.o
|
|
|
|
*.ko
|
|
|
|
*.obj
|
|
|
|
*.elf
|
|
|
|
|
|
|
|
# Precompiled Headers
|
|
|
|
*.gch
|
|
|
|
*.pch
|
|
|
|
|
|
|
|
# Libraries
|
|
|
|
*.lib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.lo
|
|
|
|
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dylib
|
|
|
|
*.suo
|
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
|
|
|
*.i*86
|
|
|
|
*.x86_64
|
|
|
|
*.hex
|
|
|
|
|
|
|
|
# Temporary
|
|
|
|
*.swp
|
|
|
|
.DS_Store
|
2019-03-27 02:45:20 +00:00
|
|
|
|
|
|
|
# CMake
|
|
|
|
CMakeScripts
|
|
|
|
*.cmake
|
|
|
|
|
|
|
|
# Xcode
|
|
|
|
*.build
|
|
|
|
*.xcodeproj
|
|
|
|
zip.sln
|
|
|
|
zip.vcxproj.filters
|
|
|
|
zip.vcxproj
|
|
|
|
ALL_BUILD.vcxproj.filters
|
|
|
|
ALL_BUILD.vcxproj
|
|
|
|
CMakeFiles/
|
|
|
|
zip.dir/
|
|
|
|
test/test.exe.vcxproj.filters
|
|
|
|
test/test.exe.vcxproj
|
|
|
|
test/test.exe.dir/
|
2019-11-19 19:30:40 +00:00
|
|
|
|