| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /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/
|