summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2014-08-28 16:12:01 -0700
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2014-08-28 19:33:45 -0700
commiteafe24961d9178ce5a4df4042b7a7a4b8476e524 (patch)
treef37c0d051499ee802b37eed30a8e7366d362054d /.gitignore
parentc05ba59260dc9c359d900928e33c9730dc7908bf (diff)
downloadcaffeonacl-eafe24961d9178ce5a4df4042b7a7a4b8476e524.tar.gz
caffeonacl-eafe24961d9178ce5a4df4042b7a7a4b8476e524.tar.bz2
caffeonacl-eafe24961d9178ce5a4df4042b7a7a4b8476e524.zip
ignore caffe generated files and stop ignoring examples
- ignore models and snapshots, means, and input databases - excluding exceptions to commits is easier than including exhaustively
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index d162cb42..07eebe34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,11 +47,16 @@ python/caffe/proto/
# User's build configuration
Makefile.config
-# Data and examples are either
+# Data and models are either
# 1. reference, and not casually committed
# 2. custom, and live on their own unless they're deliberated contributed
data/*
-examples/*
+*model
+*_iter_*
+*.solverstate
+*.binaryproto
+*leveldb
+*lmdb
# Generated documentation
docs/_site