-
Notifications
You must be signed in to change notification settings - Fork 2
/
.hgignore
94 lines (85 loc) · 1.67 KB
/
.hgignore
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
syntax: glob
# This ignore file purposely does not cater for building in situ. We
# recommend that you build in a directory other than the source
# directory.
# You can add files to the ignore list by creating your private ignore
# file in your .hg directory. Add these two lines to your .hg/hgrc
# file:
# [ui]
# ignore = <absolute path to .hg directory>/hgignore
# and create a file .hg/hgignore that contains your ignore patterns.
# This file contains patterns of files that get generated by the
# recommended build process plus a few patterns of files that we never
# want in the repository (object files and such).
# files generated by bootstrap
Makefile.am
Makefile.in
Makefile.msc
aclocal.m4
acout.in
autom4te.cache
buildtools/conf/compile
buildtools/conf/config.guess
buildtools/conf/config.sub
buildtools/conf/install-sh
buildtools/conf/libtool.m4
buildtools/conf/ltmain.sh
buildtools/conf/ltoptions.m4
buildtools/conf/ltsugar.m4
buildtools/conf/ltversion.m4
buildtools/conf/lt~obsolete.m4
buildtools/conf/missing
buildtools/conf/ylwrap
configure
configure.ac
doc.lst
install.lst
monetdb_config.h.in
*.pyc
sql/backends/monet5/UDF/capi/cheader.text.h
# files generated by various editors
*.swp
*~
\#*
.#*
# files generated by compilers
lex.yy.c
*.tab.c
*.tab.h
.libs
*.exe
*.exe.manifest
*.la
*.lo
*.o
*.obj
*.lib
# notwithstanding clients/odbc/winsetup/winredist/*.dll:
*.dll
# other files we don't want
GTAGS
gtags.files
GPATH
GRTAGS
TAGS
tags
*.pyo
*.rej
*.orig
# build results on Windows
NT/.monetdb
NT/buildtools
NT/clients
NT/common
NT/gdk
NT/geom
NT/java
NT/monetdb5
NT/monetdb_config.h
NT/sql
NT/testing
NT/tools
NT/unistd.h
# package building on Mac OS X
MacOSX/build
MacOSX/usr