You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.4 KiB
74 lines
1.4 KiB
# 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-* |
|
|
|
# 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/ |
|
windows/ZeroTierOne/Debug/
|
|
|