Просмотр исходного кода

Z991239-527 #comment chore: 优化 .gitignore

gifur 5 лет назад
Родитель
Сommit
2892274263
2 измененных файлов с 6 добавлено и 2 удалено
  1. 4 0
      .gitignore
  2. 2 2
      third_party/.gitignore

+ 4 - 0
.gitignore

@@ -3,6 +3,10 @@
 /version.h
 run/
 
+# Ignore distribution files
+*.dll
+*.so
+
 ## Ignore Visual Studio temporary files, build results, and
 ## files generated by popular Visual Studio add-ons.
 .vs

+ 2 - 2
third_party/.gitignore

@@ -5,6 +5,6 @@
 !CMakeLists.txt
 !openssl-1.1.1d
 !openssl-1.1.1d/**/*
-#!nanomsg-1.1.5
-#!nanomsg-1.1.5/**/*
+nanomsg-1.1.5
+nanomsg-1.1.5/**/*
 **/.vs