瀏覽代碼

Initial commit

weiboyan 1 年之前
當前提交
ace24dcd60
共有 3 個文件被更改,包括 104 次插入0 次删除
  1. 30 0
      .gitignore
  2. 72 0
      LICENSE
  3. 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
+

File diff suppressed because it is too large
+ 72 - 0
LICENSE


+ 2 - 0
README.md

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