Quellcode durchsuchen

test for .gitignore

tangs vor 7 Jahren
Ursprung
Commit
11309b8044
2 geänderte Dateien mit 19 neuen und 0 gelöschten Zeilen
  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;
+}
+