From fc3490deb1f18c13769567f3f29db6f8c59b4701 Mon Sep 17 00:00:00 2001 From: Abhinav Upadhyay Date: Sun, 10 Mar 2013 01:00:21 -0800 Subject: [PATCH] Initial commit --- .gitignore | 17 +++++++++++++++++ README.md | 4 ++++ 2 files changed, 21 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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..9b3de65 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +unix-systems-programming +======================== + +Implementation of the programs and exercises in the book "Unix Systems Programming -- Communication, Concurrency and Threads" \ No newline at end of file