[caffe-contrib] 50/362: dquilt: update patch: 02-empty-the-gitignore

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue May 3 09:24:12 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 3ed27ed8dade8cf94e509e1cf9bbad43e8112d75
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Thu Jul 30 00:41:53 2015 +0000

    dquilt: update patch: 02-empty-the-gitignore
---
 debian/patches/02-empty-the-gitignore | 98 +++++++++++++++++++++++++++++++++++
 debian/patches/02-gitignore.patch     | 12 -----
 debian/patches/series                 |  2 +-
 3 files changed, 99 insertions(+), 13 deletions(-)

diff --git a/debian/patches/02-empty-the-gitignore b/debian/patches/02-empty-the-gitignore
new file mode 100644
index 0000000..d33908d
--- /dev/null
+++ b/debian/patches/02-empty-the-gitignore
@@ -0,0 +1,98 @@
+comment Makefile.config in .gitignore
+--- a/.gitignore
++++ b/.gitignore
+@@ -1,93 +1 @@
+-## 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
+-*.solverstate
+-*.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-*
++# emptied .gitignore, for convenience maintaining the debian package
diff --git a/debian/patches/02-gitignore.patch b/debian/patches/02-gitignore.patch
deleted file mode 100644
index 2844d4e..0000000
--- a/debian/patches/02-gitignore.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-comment Makefile.config in .gitignore
---- a/.gitignore
-+++ b/.gitignore
-@@ -53,7 +53,7 @@
- ## Caffe
- 
- # User's build configuration
--Makefile.config
-+# Makefile.config
- 
- # Data and models are either
- # 1. reference, and not casually committed
diff --git a/debian/patches/series b/debian/patches/series
index 0be8012..7c6a2ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,6 @@
 00-fix-include-path-for-debian.patch
 01-fix-makefile-rpath-and-soname.patch
-02-gitignore.patch
+02-empty-the-gitignore
 03-set-cmake-deps-openblas.patch
 04-fix-rpath-issue-in-cmake.patch
 05-set-cmake-cpuonly.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