瀏覽代碼

Initial commit

张琨 5 年之前
當前提交
3adcaf612e
共有 2 個文件被更改,包括 32 次插入0 次删除
  1. 30 0
      .gitignore
  2. 2 0
      README.md

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
1
+# ---> C++
2
+# Compiled Object files
3
+*.slo
4
+*.lo
5
+*.o
6
+*.obj
7
+
8
+# Precompiled Headers
9
+*.gch
10
+*.pch
11
+
12
+# Compiled Dynamic libraries
13
+*.so
14
+*.dylib
15
+*.dll
16
+
17
+# Fortran module files
18
+*.mod
19
+
20
+# Compiled Static libraries
21
+*.lai
22
+*.la
23
+*.a
24
+*.lib
25
+
26
+# Executables
27
+*.exe
28
+*.out
29
+*.app
30
+

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
1
+# MidWare_WinVideo
2
+