Browse Source

Initial commit

devn00b 4 years ago
commit
52e8db513f
2 changed files with 32 additions and 0 deletions
  1. 30 0
      .gitignore
  2. 2 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
+

+ 2 - 0
README.md

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