diff options
author | duskCoder <duskcoder@gmail.com> | 2013-12-17 07:55:58 -0800 |
---|---|---|
committer | duskCoder <duskcoder@gmail.com> | 2013-12-17 07:55:58 -0800 |
commit | 8038133532191cf2869972abf2c087fdf1cdb062 (patch) | |
tree | 47e775a25e94c94f06ce6b1031b82e2aa906fda1 |
Initial commit
-rw-r--r-- | .gitignore | 18 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fa3b1b --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Object files +*.o +*.ko + +# 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..740c35f --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +ring_buffer +=========== + +A ready to use library in order to deal with ring buffers. |