]> 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 c27c7a6a5f6f74a17eaf2efc47c63266e81dd267..ffdcf120117ae9ab57f8f1c50508342bbe92f703 100644 (file)
@@ -29,9 +29,6 @@
 # IPython notebook checkpoints
 .ipynb_checkpoints
 
-# CMake generated files
-*.gen.cmake
-
 # Editor temporaries
 *.swp
 *~
 *.*project
 .settings
 
+# QtCreator files
+*.user
+
+# PyCharm files
+.idea
+
 # OSX dir files
 .DS_Store
 
 ## Caffe
 
 # User's build configuration
-Makefile.config
+#Makefile.config
 
 # Data and models are either
 # 1. reference, and not casually committed
@@ -58,7 +61,9 @@ Makefile.config
 data/*
 models/*
 *.caffemodel
+*.caffemodel.h5
 *.solverstate
+*.solverstate.h5
 *.binaryproto
 *leveldb
 *lmdb
@@ -71,6 +76,8 @@ distribute/*
 *.testbin
 *.bin
 python/caffe/proto/
+cmake_build
+.cmake_build
 
 # Generated documentation
 docs/_site