forked from MaterializeInc/materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (46 loc) · 1.18 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
# Editor or environment-specific entries should not be committed to the
# repository but can be kept in Git's global configuration:
#
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
#
# For advice on what entries to include in your global gitignore, please see
# GitHub's gitignore repository, which contains an excellent set of entries for
# many different editing tools:
#
# https://github.com/github/gitignore/tree/master/Global
/target
/target-ra
/target-xcompile
/miri-target
.mtrlz.log
*.rs.bk
mzdata
__pycache__
.mypy_cache
venv
node_modules
/coverage
/test/feature-benchmark/tmp/*.td
/test/zippy/tmp/*.td
/test/**/tmp_*.toml
junit_*.xml
parallel-workload-queries.log
perf.data*
*.rej
*.orig
*.profraw
*.profdata
*.debug
/scratch
services.log
*.swp
test/scalability/results/**/*.csv
test/scalability/results/**/*.png
# This is un-orthodox, but adding it to the repo would "tie" it to each user's
# local version of nixpkgs. This way, we can all use the flake and have a
# flake.lock that works well with the rest of the package versions on our
# system.
flake.lock
/misc/python/materialize/build/
/misc/python/materialize/*.egg-info/
/misc/python/materialize/dist/