61 lines
558 B
Plaintext
61 lines
558 B
Plaintext
|
/build/
|
||
|
/test/build/
|
||
|
/xcodeproj/
|
||
|
/infer-out/
|
||
|
.vscode/
|
||
|
Testing/
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# 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/
|
||
|
|