diff options
-rw-r--r-- | .gitignore | 17 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0331bbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c71a35 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +rodisc-client-win32 +=================== + +Remote optical disc client for Windows
\ No newline at end of file |