Browse Source

Initial commit

Godzil 9 years ago
commit
13e22f7c19
2 changed files with 32 additions and 0 deletions
  1. 28 0
      .gitignore
  2. 4 0
      README.md

+ 28 - 0
.gitignore

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

+ 4 - 0
README.md

@@ -0,0 +1,4 @@
+STK
+===
+
+STK : Simple ToolKit a really simple C++ toolkit for X11/Xlib