1
0
mirror of https://github.com/gryf/ADFlib.git synced 2026-03-24 21:53:36 +01:00

Initial commit

This commit is contained in:
Toni G
2013-02-21 13:33:57 -08:00
commit 113fdf2a9e
2 changed files with 21 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app