forked from MonetDB/MonetDB-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
119 lines (106 loc) · 1.92 KB
/
.gitignore
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
112
113
114
115
116
117
118
119
# Copy of .hgignore
#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
# 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
# ruby:
*.gem
# java:
*.jar
java/build
java/target
java/bin
java/src/main/java/nl/cwi/monetdb/jdbc/MonetDriver.java
# python:
dist
# other files we don't want
TAGS
tags
*.elc
*.pyo
*.rej
*.orig
# build results on Windows
NT/.monetdb
NT/buildtools
NT/clients
NT/common
NT/gdk
NT/geom
NT/inttypes.h
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
# Build directory
BUILD
syntax: regexp
^java/build$
syntax: regexp
^java/target$
# Eclipse
/.cproject
/.project
/.settings/
/build
/symbols.xml
/Default/