12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- # Main binaries created in *nix builds
- /zerotier-*
- # OS-created garbage files from various platforms
- .DS_Store
- .Apple*
- Thumbs.db
- # Windows build droppings
- /windows/ZeroTierOne.sdf
- /windows/ZeroTierOne.v11.suo
- /windows/x64
- /windows/Win32
- /windows/*/x64
- /windows/*/Win32
- /windows/ZeroTierOne/Release
- /windows/ZeroTierOneService/obj
- /windows/ZeroTierOneService/bin
- /windows/Build
- /windows/Debug
- /windows/Release
- /windows/WebUIWrapper/bin
- /windows/WebUIWrapper/obj
- /ext/installfiles/windows/ZeroTier One-SetupFiles
- /ext/installfiles/windows/Prerequisites
- /ext/installfiles/windows/*-cache
- /ZeroTier One.msi
- # *nix/Mac build droppings
- /build-*
- /ZeroTierOneInstaller-*
- /examples/docker/zerotier-one
- /examples/docker/test-*.env
- /mkworld
- # Miscellaneous file types that we don't want to check in
- *.log
- *.opensdf
- *.user
- *.cache
- *.obj
- *.tlog
- *.pid
- *.pkg
- *.o
- *.core
- *.deb
- *.rpm
- *.autosave
- *.tmp
- # Root topology build files, temporaries, and never check in secrets
- /root-topology/bin2c
- /root-topology/mktopology
- /root-topology/*.secret
- /root-topology/test/supernodes
- /root-topology/test/test-root-topology
- # MacGap wrapper build files
- /ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
- /ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/xcuserdata/*
- /ext/mac-ui-macgap1-wrapper/src/build
- # Web UI dev temporaries
- /ui/.module-cache
- node_modules
- # Java/Android/JNI build droppings
- java/obj/
- java/libs/
- java/bin/
- java/classes/
- java/doc/
- java/build_win64/
- java/build_win32/
- /java/mac32_64/
|