From 5b935e27dddb8fc64ddb36f37d83a8774cb51de6 Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Mon, 28 Apr 2014 12:51:01 +1000 Subject: [PATCH] Ignore scratch source files and symlinked boost. --- .gitignore | 3 +++ asio/.gitignore | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e6c8ff1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/*.cpp +/*.hpp +/boost diff --git a/asio/.gitignore b/asio/.gitignore index 3248927a..5ef5e3ac 100644 --- a/asio/.gitignore +++ b/asio/.gitignore @@ -18,3 +18,5 @@ test-driver *.gz *.bz2 *.zip +/*.cpp +/*.hpp