.gitignore 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Main binaries created in *nix builds
  2. /zerotier-*
  3. # OS-created garbage files from various platforms
  4. .DS_Store
  5. .Apple*
  6. Thumbs.db
  7. # Windows build droppings
  8. /windows/ZeroTierOne.sdf
  9. /windows/ZeroTierOne.v11.suo
  10. /windows/x64
  11. /windows/Win32
  12. /windows/*/x64
  13. /windows/*/Win32
  14. /windows/ZeroTierOne/Release
  15. /windows/ZeroTierOneService/obj
  16. /windows/ZeroTierOneService/bin
  17. /windows/Build
  18. /windows/Debug
  19. /windows/Release
  20. /windows/WebUIWrapper/bin
  21. /windows/WebUIWrapper/obj
  22. /ext/installfiles/windows/ZeroTier One-SetupFiles
  23. /ext/installfiles/windows/Prerequisites
  24. /ext/installfiles/windows/*-cache
  25. /ZeroTier One.msi
  26. # *nix/Mac build droppings
  27. /build-*
  28. /ZeroTierOneInstaller-*
  29. # Miscellaneous file types that we don't want to check in
  30. *.log
  31. *.opensdf
  32. *.user
  33. *.cache
  34. *.obj
  35. *.tlog
  36. *.pid
  37. *.pkg
  38. *.o
  39. *.core
  40. *.deb
  41. *.rpm
  42. *.autosave
  43. *.tmp
  44. # Root topology build files, temporaries, and never check in secrets
  45. /root-topology/bin2c
  46. /root-topology/mktopology
  47. /root-topology/*.secret
  48. /root-topology/test/supernodes
  49. /root-topology/test/test-root-topology
  50. # MacGap wrapper build files
  51. /ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
  52. /ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/xcuserdata/*
  53. /ext/mac-ui-macgap1-wrapper/src/build
  54. # Web UI dev temporaries
  55. /ui/.module-cache
  56. node_modules
  57. # Java/Android/JNI build droppings
  58. java/obj/
  59. java/libs/
  60. java/bin/
  61. java/classes/
  62. java/doc/
  63. java/build_win64/
  64. java/build_win32/
  65. /java/mac32_64/