瀏覽代碼

test for .gitignore

tangs 7 年之前
父節點
當前提交
11309b8044
共有 2 個文件被更改,包括 19 次插入0 次删除
  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;
+}
+