From 11bf8ef80ff0c8ef5f7e2a2605b14f102ee5048d Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Wed, 23 Oct 2013 14:15:33 +0400 Subject: [PATCH] Added an .gitignore file to simplify testing and development --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6e3d3c --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# While testing I use this project inside the SVN's boost/trunk folders +# Follwoing rules ignore all the boost's files, without ignorng the TypeIndex library + +* +!boost/type_index/* +!boost/type_index.hpp +!libs/type_index/* +!patched/ +!.git* +*~