]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - jacinto-ai/caffe-jacinto.git/blobdiff - .gitignore
doc update
[jacinto-ai/caffe-jacinto.git] / .gitignore
index f1f2b40021125000a364be65713ad57f53ccf3e9..ffdcf120117ae9ab57f8f1c50508342bbe92f703 100644 (file)
 # Compiled MATLAB
 *.mex*
 
-# build, distribute, and bins
-build/*
-distribute/*
-*.testbin
-*.bin
-python/caffe/proto/
+# IPython notebook checkpoints
+.ipynb_checkpoints
 
 # Editor temporaries
 *.swp
 *~
 
-# IPython notebook checkpoints
-.ipynb_checkpoints
+# Sublime Text settings
+*.sublime-workspace
+*.sublime-project
+
+# Eclipse Project settings
+*.*project
+.settings
+
+# QtCreator files
+*.user
+
+# PyCharm files
+.idea
+
+# OSX dir files
+.DS_Store
 
 ## Caffe
 
 # User's build configuration
-Makefile.config
+#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/*
+models/*
+*.caffemodel
+*.caffemodel.h5
+*.solverstate
+*.solverstate.h5
+*.binaryproto
+*leveldb
+*lmdb
+
+# build, distribute, and bins (+ python proto bindings)
+build
+.build_debug/*
+.build_release/*
+distribute/*
+*.testbin
+*.bin
+python/caffe/proto/
+cmake_build
+.cmake_build
 
 # Generated documentation
 docs/_site
 docs/gathered
 _site
+doxygen
+docs/dev
 
-# Sublime Text settings
-*.sublime-workspace
-*.sublime-project
-
+# LevelDB files
+*.sst
+*.ldb
+LOCK
+LOG*
+CURRENT
+MANIFEST-*