summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-04-10 22:49:50 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-04-10 22:49:59 -0700
commitc3545e54f5e8f482c78960a948f09d50b62463f3 (patch)
tree6163ab3a2bc76e52b7f14e9689391507548a4b75 /.gitignore
parentdedd168b2b3729f57ca4f647b9ca59e802678b89 (diff)
downloadcaffeonacl-c3545e54f5e8f482c78960a948f09d50b62463f3.tar.gz
caffeonacl-c3545e54f5e8f482c78960a948f09d50b62463f3.tar.bz2
caffeonacl-c3545e54f5e8f482c78960a948f09d50b62463f3.zip
polished ignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 3 insertions, 7 deletions
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