Skip to content

Commit a348162

Browse files
committed
Merge pull request BVLC#429 from shelhamer/next
Next: 0.999
2 parents 86a3263 + c6b00a3 commit a348162

File tree

215 files changed

+16032
-6559
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+16032
-6559
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ build/*
3131
distribute/*
3232
*.testbin
3333
*.bin
34+
python/caffe/proto/
3435

3536
# Editor temporaries
3637
*.swp
@@ -53,3 +54,8 @@ examples/*
5354
# Generated documentation
5455
docs/_site
5556
_site
57+
58+
# Sublime Text settings
59+
*.sublime-workspace
60+
*.sublime-project
61+

CONTRIBUTORS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contributors
2+
3+
Caffe is developed by a core set of BVLC members and the open-source community.
4+
5+
We thank all of our [contributors](https://github.com/BVLC/caffe/graphs/contributors)!
6+
7+
**For the detailed history of contributions** of a given file, try
8+
9+
git blame file
10+
11+
to see line-by-line credits and
12+
13+
git log --follow file
14+
15+
to see the change log even across renames and rewrites.
16+
17+
Please refer to the [acknowledgements](http://caffe.berkeleyvision.org/#acknowledgements) on the Caffe site for further details.

0 commit comments

Comments
 (0)