diff options
author | Jürgen Hunold <juergen.hunold@gmx.de> | 2013-11-25 16:07:18 +0100 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2014-01-22 15:35:50 +0400 |
commit | 89d02567251006644dc0967a1ec2a8af87aca3f9 (patch) | |
tree | 8479c02f467259dab78b2f89503cf9fc63b008ca /.gitignore | |
parent | 3d21a16db5ada89d4c5875074a87ba81239048a0 (diff) | |
download | boost-89d02567251006644dc0967a1ec2a8af87aca3f9.tar.gz |
ignore generated files and directories
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..7b5f03c36f --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +boost +bin.v2 +b2 +bjam +stage +bootstrap.log |