From c3545e54f5e8f482c78960a948f09d50b62463f3 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Thu, 10 Apr 2014 22:49:50 -0700 Subject: polished ignore --- .gitignore | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5aeb3dc2..2ff7b0d5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ *.lo *.o *.cuo -*.pyc # Compiled Dynamic libraries *.so @@ -25,9 +24,7 @@ *.pyc # Compiled MATLAB -*.mex -*.mexa64 -*.mexmaci64 +*.mex* # build, distribute, and bins build/* @@ -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 -- cgit v1.2.3