Skip to content

Commit

Permalink
polished ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Apr 11, 2014
1 parent dedd168 commit c3545e5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*.lo
*.o
*.cuo
*.pyc

# Compiled Dynamic libraries
*.so
Expand All @@ -25,9 +24,7 @@
*.pyc

# Compiled MATLAB
*.mex
*.mexa64
*.mexmaci64
*.mex*

# build, distribute, and bins
build/*
Expand All @@ -48,13 +45,12 @@ python/caffe/proto/
# User's build configuration
Makefile.config

# Models, Data, and Examples are either
# Data and examples are either
# 1. reference, and not casually committed
# 2. custom, and live on their own unless they're deliberated contributed
models/*
data/*
examples/*

# Don't version the generated documentation
# Generated documentation
docs/_site
_site

0 comments on commit c3545e5

Please sign in to comment.