Browse Source

Initial Commit

罗成 11 months ago
commit
0a97b8350d
2 changed files with 33 additions and 0 deletions
  1. 32 0
      .gitignore
  2. 1 0
      README.md

+ 32 - 0
.gitignore

@@ -0,0 +1,32 @@
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app

+ 1 - 0
README.md

@@ -0,0 +1 @@
+#ISCS_APP_Win