Przeglądaj źródła

test for .gitignore

tangs 7 lat temu
rodzic
commit
11309b8044
2 zmienionych plików z 19 dodań i 0 usunięć
  1. 8 0
      .gitignore
  2. 11 0
      section3-3/section3-3/section33.cpp

+ 8 - 0
.gitignore

@@ -1 +1,9 @@
 */.idea/*
+*/.vs/*
+*/*.sln
+*/*/ReadMe.txt
+*/*/*.vcxproj.*
+*/*/*.vcxproj
+*/*/stdafx.cpp
+*/*/stdafx.h
+*/*/targetver.h

+ 11 - 0
section3-3/section3-3/section33.cpp

@@ -0,0 +1,11 @@
+// section33.cpp: 定义控制台应用程序的入口点。
+//
+
+#include "stdafx.h"
+
+
+int main()
+{
+    return 0;
+}
+