mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Merge organized .gitignore
This commit is contained in:
parent
fb0bf52b1b
commit
f0be5e814e
1 changed files with 33 additions and 19 deletions
52
.gitignore
vendored
52
.gitignore
vendored
|
@ -1,11 +1,12 @@
|
||||||
/ext/llvm-g++-Xcode4.6.2
|
# Main binaries created in *nix builds
|
||||||
/ext/llvm-g++-Xcode4.6.2.tar.bz2
|
|
||||||
/zerotier-*
|
/zerotier-*
|
||||||
*.o
|
|
||||||
|
# OS-created garbage files from various platforms
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.Apple*
|
.Apple*
|
||||||
*.dSYM
|
Thumbs.db
|
||||||
/ipch
|
|
||||||
|
# Windows build droppings
|
||||||
/windows/ZeroTierOne.sdf
|
/windows/ZeroTierOne.sdf
|
||||||
/windows/ZeroTierOne.v11.suo
|
/windows/ZeroTierOne.v11.suo
|
||||||
/windows/x64
|
/windows/x64
|
||||||
|
@ -16,8 +17,20 @@
|
||||||
/windows/ZeroTierOneService/obj
|
/windows/ZeroTierOneService/obj
|
||||||
/windows/ZeroTierOneService/bin
|
/windows/ZeroTierOneService/bin
|
||||||
/windows/Build
|
/windows/Build
|
||||||
|
/windows/Debug
|
||||||
|
/windows/Release
|
||||||
|
/windows/WebUIWrapper/bin
|
||||||
|
/windows/WebUIWrapper/obj
|
||||||
/ext/installfiles/windows/ZeroTier One-SetupFiles
|
/ext/installfiles/windows/ZeroTier One-SetupFiles
|
||||||
/ext/installfiles/windows/Prerequisites
|
/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
|
*.log
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.user
|
*.user
|
||||||
|
@ -26,34 +39,35 @@
|
||||||
*.tlog
|
*.tlog
|
||||||
*.pid
|
*.pid
|
||||||
*.pkg
|
*.pkg
|
||||||
/*.deb
|
*.o
|
||||||
/*.rpm
|
*.core
|
||||||
/build-*
|
*.deb
|
||||||
/ZeroTierOneInstaller-*
|
*.rpm
|
||||||
.qmake.stash
|
|
||||||
*.autosave
|
*.autosave
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# Root topology build files, temporaries, and never check in secrets
|
||||||
/root-topology/bin2c
|
/root-topology/bin2c
|
||||||
/root-topology/mktopology
|
/root-topology/mktopology
|
||||||
/root-topology/*.secret
|
/root-topology/*.secret
|
||||||
/root-topology/test/supernodes
|
/root-topology/test/supernodes
|
||||||
/root-topology/test/test-root-topology
|
/root-topology/test/test-root-topology
|
||||||
/ext/mac-ui-macgap1-wrapper/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
|
|
||||||
/ext/mac-ui-macgap1-wrapper/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
|
# MacGap wrapper build files
|
||||||
/ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
|
/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/MacGap.xcodeproj/xcuserdata/*
|
||||||
/ext/mac-ui-macgap1-wrapper/src/build
|
/ext/mac-ui-macgap1-wrapper/src/build
|
||||||
|
|
||||||
|
# Web UI dev temporaries
|
||||||
|
/ui/.module-cache
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Java/Android/JNI build droppings
|
||||||
java/obj/
|
java/obj/
|
||||||
java/libs/
|
java/libs/
|
||||||
java/bin/
|
java/bin/
|
||||||
java/classes/
|
java/classes/
|
||||||
java/doc/
|
java/doc/
|
||||||
windows/ZeroTierOne/Debug/
|
|
||||||
java/build_win64/
|
java/build_win64/
|
||||||
java/build_win32/
|
java/build_win32/
|
||||||
/java/mac32_64/
|
/java/mac32_64/
|
||||||
/ui/.module-cache
|
|
||||||
/windows/WebUIWrapper/bin
|
|
||||||
/windows/WebUIWrapper/obj
|
|
||||||
node_modules
|
|
||||||
/ZeroTier One.msi
|
|
||||||
/ext/installfiles/windows/*-cache
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue