forked from MonetDB/MonetDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
57 lines (48 loc) · 1.07 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
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).
*.pyc
# files generated by various editors
*.swp
*~
\#*
.#*
# files generated by compilers
*.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
compile_commands.json
# package building on Mac OS X
MacOSX/build
MacOSX/usr
# Don't keep the result of the documentation compilation
documentation/build