summaryrefslogtreecommitdiffstats
path: root/.hgignore
blob: 8ce7ca5a8f7820c9e723377ce89e3ad6b7fcf3b8 (plain)
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
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$