diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2014-01-22 16:24:12 +0400 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2014-01-22 16:24:12 +0400 |
commit | faec4f049f498db02ef39bbff534020bc214924d (patch) | |
tree | 53ebe0217e9b7514b93391f546cd5f7ad0647bf5 /.gitignore | |
parent | 0896c50ac4edbab6a06d5dd1357d394de62bd548 (diff) | |
download | boost-faec4f049f498db02ef39bbff534020bc214924d.tar.gz |
Add more ignore patters and make them rooted.
The patch is originally by Michael H. Cox but it seems
like commit ids mentioned in https://github.com/boostorg/boost/pull/3
don't exist in the clone, so I'm just applying the patch by hand.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 7b5f03c36f..e5b5fe87af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -boost -bin.v2 -b2 -bjam -stage -bootstrap.log +/b2 +/bin.v2 +/bjam +/bootstrap.log +/boost +/project-config.jam +/stage +/user-config.jam |