diff --git a/.gitignore b/.gitignore index 74c0dd5..379b936 100644 --- a/.gitignore +++ b/.gitignore @@ -257,10 +257,5 @@ target/ # macOS .DS_Store -D/test/test -D/libyitterd.a -D/dub.*.json -*/.dub/* -*/test/.dub/* -C/source/build/* -D/test/dub.*.json + + diff --git a/C/source/.gitignore b/C/source/.gitignore index a574516..69294d6 100644 --- a/C/source/.gitignore +++ b/C/source/.gitignore @@ -1,6 +1,8 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. +./build/* + # User-specific files *.suo *.user diff --git a/D/.gitignore b/D/.gitignore new file mode 100644 index 0000000..dc69746 --- /dev/null +++ b/D/.gitignore @@ -0,0 +1,9 @@ + +.DS_Store +./test/test +./libyitterd.a +./dub.*.json +./.dub/* +./test/.dub/* +./test/dub.*.json + diff --git a/ZeOthers/README.md b/ZeOthers/README.md index 7d3168b..bc00994 100644 --- a/ZeOthers/README.md +++ b/ZeOthers/README.md @@ -2,6 +2,7 @@ 这里提供一些其它语言的翻译版本,供爱好者学习参考,列表如下: -Vlang,提供者:微希夷 +V,提供者:微希夷 +D,提供者:bitworld(D社区管理员) diff --git a/ZeOthers/Vlang/README.md b/ZeOthers/V/README.md similarity index 100% rename from ZeOthers/Vlang/README.md rename to ZeOthers/V/README.md diff --git a/ZeOthers/Vlang/source/contract/IIdGenerator.v b/ZeOthers/V/source/contract/IIdGenerator.v similarity index 100% rename from ZeOthers/Vlang/source/contract/IIdGenerator.v rename to ZeOthers/V/source/contract/IIdGenerator.v diff --git a/ZeOthers/Vlang/source/contract/ISnowWorker.v b/ZeOthers/V/source/contract/ISnowWorker.v similarity index 100% rename from ZeOthers/Vlang/source/contract/ISnowWorker.v rename to ZeOthers/V/source/contract/ISnowWorker.v diff --git a/ZeOthers/Vlang/source/contract/IdGeneratorOptions.v b/ZeOthers/V/source/contract/IdGeneratorOptions.v similarity index 100% rename from ZeOthers/Vlang/source/contract/IdGeneratorOptions.v rename to ZeOthers/V/source/contract/IdGeneratorOptions.v diff --git a/ZeOthers/Vlang/source/core/SnowWorkerM1.v b/ZeOthers/V/source/core/SnowWorkerM1.v similarity index 100% rename from ZeOthers/Vlang/source/core/SnowWorkerM1.v rename to ZeOthers/V/source/core/SnowWorkerM1.v diff --git a/ZeOthers/Vlang/source/core/SnowWorkerM2.v b/ZeOthers/V/source/core/SnowWorkerM2.v similarity index 100% rename from ZeOthers/Vlang/source/core/SnowWorkerM2.v rename to ZeOthers/V/source/core/SnowWorkerM2.v diff --git a/ZeOthers/Vlang/source/gen/DefaultIdGenerator.v b/ZeOthers/V/source/gen/DefaultIdGenerator.v similarity index 100% rename from ZeOthers/Vlang/source/gen/DefaultIdGenerator.v rename to ZeOthers/V/source/gen/DefaultIdGenerator.v diff --git a/ZeOthers/Vlang/source/gen/YitIdHelper.v b/ZeOthers/V/source/gen/YitIdHelper.v similarity index 100% rename from ZeOthers/Vlang/source/gen/YitIdHelper.v rename to ZeOthers/V/source/gen/YitIdHelper.v diff --git a/ZeOthers/Vlang/source/test b/ZeOthers/V/source/test similarity index 100% rename from ZeOthers/Vlang/source/test rename to ZeOthers/V/source/test diff --git a/ZeOthers/Vlang/source/test.v b/ZeOthers/V/source/test.v similarity index 100% rename from ZeOthers/Vlang/source/test.v rename to ZeOthers/V/source/test.v