Package: cluster-glue / 1.0.12-5

0004-Remove-.hgignore-from-source.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
From: Richard B Winters <rik@mmogp.com>
Date: Tue, 21 Apr 2015 20:41:22 -0400
Subject: Remove .hgignore from source

The .hgignore file should not be packed with the release tarball

Change-Id: If417384794d46c97d0bbc46231c76f19d2debb1b
Signed-off-by: Richard B Winters <rik@mmogp.com>
---
 .hgignore | 92 ---------------------------------------------------------------
 1 file changed, 92 deletions(-)
 delete mode 100644 .hgignore

diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index 8ce7ca5..0000000
--- a/.hgignore
+++ /dev/null
@@ -1,92 +0,0 @@
-syntax: glob
-
-# Autofoo entries
-*.o
-*.la
-*.lo
-*.loT
-*.pyc
-.libs
-.deps
-*.cache
-.cvsignore
-compile
-configure
-configure.status
-configure.lineno
-depcomp
-aclocal.m4
-libtool
-ltmain.sh
-ltconfig
-libltdl
-mkinstalldirs
-install-sh
-missing
-py-compile
-autom4te*
-libtool.m4
-ltdl.m4
-libltdl.tar
-autoconf
-autoheader
-automake
-include/glue_config.h
-include/stamp-h1
-include/pils/plugin.h
-include/stamp-h2
-ylwrap
-
-# BEAM Entries
-*.beam
-parser-messages
-MISC_ERRORS
-cscope.files
-cscope.out
-patches
-updates
-logs
-
-# OS and Editor Artifacts
-.DS_Store
-*.diff
-*.patch
-*~
-
-# Project build targets
-lib/clplumbing/base64_md5_test
-lib/clplumbing/ipctest
-lib/clplumbing/ipctransientclient
-lib/clplumbing/ipctransientserver
-logd/ha_logd
-logd/ha_logger
-logd/logtest
-lrm/admin/lrmadmin
-lrm/lrmd/lrmd
-lrm/test/apitest
-lrm/test/callbacktest
-lrm/test/plugintest
-lrm/test/lrmregtest
-lrm/test/lrmregtest-heartbeat
-lrm/test/lrmregtest-lsb
-lrm/test/regression.sh
-lrm/test/LRMBasicSanityCheck
-lrm/test/simple_ops
-
-# Misc
-GPATH
-GRTAGS
-GSYMS
-GTAGS
-HTML
-TAGS
-.gres.*
-*.orig
-.gdb_history
-
-# Entries better done as regexp's to avoid matching too broadly
-syntax: regexp
-^config\.*
-README$
-Makefile$
-Makefile.in$