[caffe-contrib] 200/362: patch: add remove-ignore.patch

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit ef0ff2a9817cd1db683f2114f2c9cf0e62ab162c
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Thu Sep 3 04:09:25 2015 +0000

    patch: add remove-ignore.patch
---
 debian/patches/remove-ignore.patch | 98 ++++++++++++++++++++++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 99 insertions(+)

diff --git a/debian/patches/remove-ignore.patch b/debian/patches/remove-ignore.patch
new file mode 100644
index 0000000..dcb88c6
--- /dev/null
+++ b/debian/patches/remove-ignore.patch
@@ -0,0 +1,98 @@
+--- a/.gitignore
++++ /dev/null
+@@ -1,95 +0,0 @@
+-## General
+-
+-# Compiled Object files
+-*.slo
+-*.lo
+-*.o
+-*.cuo
+-
+-# Compiled Dynamic libraries
+-*.so
+-*.dylib
+-
+-# Compiled Static libraries
+-*.lai
+-*.la
+-*.a
+-
+-# Compiled protocol buffers
+-*.pb.h
+-*.pb.cc
+-*_pb2.py
+-
+-# Compiled python
+-*.pyc
+-
+-# Compiled MATLAB
+-*.mex*
+-
+-# IPython notebook checkpoints
+-.ipynb_checkpoints
+-
+-# Editor temporaries
+-*.swp
+-*~
+-
+-# 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
+-
+-# Data and models are either
+-# 1. reference, and not casually committed
+-# 2. custom, and live on their own unless they're deliberated contributed
+-data/*
+-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
+-
+-# LevelDB files
+-*.sst
+-*.ldb
+-LOCK
+-LOG*
+-CURRENT
+-MANIFEST-*
diff --git a/debian/patches/series b/debian/patches/series
index 9898b93..edca34f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+remove-ignore.patch
 workaround-switch-to-boost_python-py34.patch
 fix-cmake-add-target-property-version-soversion.patch
 00-fix-include-path-for-debian.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe-contrib.git



More information about the debian-science-commits mailing list