gf 2 anni fa
commit
d77e8792d5
2 ha cambiato i file con 33 aggiunte e 0 eliminazioni
  1. 30 0
      .gitignore
  2. 3 0
      README.md

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+# ---> 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
+

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# test_dome
+
+git学习测试