Added an .gitignore file to simplify testing and development

This commit is contained in:
Antony Polukhin
2013-10-23 14:15:33 +04:00
parent d1c4991c50
commit 11bf8ef80f

10
.gitignore vendored Normal file
View File

@ -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*
*~