mirror of
https://github.com/boostorg/type_index.git
synced 2025-07-31 04:47:17 +02:00
Added an .gitignore file to simplify testing and development
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal 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*
|
||||
*~
|
Reference in New Issue
Block a user