Browse Source

Initial commit

陌路绝途 5 years ago
commit
8e0afd69f5
3 changed files with 224 additions and 0 deletions
  1. 73 0
      .gitignore
  2. 148 0
      LICENSE
  3. 3 0
      README.md

+ 73 - 0
.gitignore

@@ -0,0 +1,73 @@
+# ---> C
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+
+# ---> C++
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+# ---> Linux
+*~
+
+# KDE directory preferences
+.directory
+
+# Linux trash folder which might appear on any partition or disk
+.Trash-*
+

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


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# HuangChaoSongTime
+
+This repo is used to project.