.gitignore 558 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /build/
  2. /test/build/
  3. /xcodeproj/
  4. /infer-out/
  5. .vscode/
  6. Testing/
  7. # Object files
  8. *.o
  9. *.ko
  10. *.obj
  11. *.elf
  12. # Precompiled Headers
  13. *.gch
  14. *.pch
  15. # Libraries
  16. *.lib
  17. *.a
  18. *.la
  19. *.lo
  20. # Shared objects (inc. Windows DLLs)
  21. *.dll
  22. *.so
  23. *.so.*
  24. *.dylib
  25. *.suo
  26. # Executables
  27. *.exe
  28. *.out
  29. *.app
  30. *.i*86
  31. *.x86_64
  32. *.hex
  33. # Temporary
  34. *.swp
  35. .DS_Store
  36. # CMake
  37. CMakeScripts
  38. *.cmake
  39. # Xcode
  40. *.build
  41. *.xcodeproj
  42. zip.sln
  43. zip.vcxproj.filters
  44. zip.vcxproj
  45. ALL_BUILD.vcxproj.filters
  46. ALL_BUILD.vcxproj
  47. CMakeFiles/
  48. zip.dir/
  49. test/test.exe.vcxproj.filters
  50. test/test.exe.vcxproj
  51. test/test.exe.dir/