-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
70 lines (65 loc) · 1.45 KB
/
Copy path.gitignore
File metadata and controls
70 lines (65 loc) · 1.45 KB
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
# This file contains ignores for build artifacts from standard builds.
# Auxiliary files from local workflows, your preferred editor, etc. should
# be ignored locally using $GIT_DIR/info/exclude or ~/.gitexclude.
# Global excludes across all subdirectories
*.o
*.obj
*.bc
*.so
*.so.[0-9]
*.so.[0-9].[0-9]
*.so.[0-9].[0-9][0-9]
*.dylib
*.dll
*.exp
*.a
*.mo
*.pot
objfiles.txt
.deps/
*.gcno
*.gcda
*.gcov
*.gcov.out
lcov*.info
coverage/
coverage-html-stamp
*.vcproj
*.vcxproj
win32ver.rc
*.exe
lib*dll.def
lib*.pc
# Local excludes in root directory
/GNUmakefile
/config.cache
/config.log
/config.status
/pgsql.sln
/pgsql.sln.cache
/Debug/
/Release/
/tmp_install/
# PGRAC: cluster test ephemeral artifacts (spec-1.14.1 F19)
# Generated by `make check` / `make installcheck` in cluster_*/ test
# directories. Never tracked. Includes initdb.log, postmaster.log,
# regress_log_*, tmp_check/ data dirs.
/tmp_check/
**/tmp_check/
src/test/cluster_*/log/
src/test/cluster_*/results/
src/test/cluster_*/regression.diffs
src/test/cluster_*/regression.out
# spec-1.16.1 round 9 ship-time finding: PG TAP creates log/regress_log_*
# at the cwd used to run prove (repo root in some flows); F19 hygiene.
/log/
/portlock/
# Local cppcheck artifacts when running scripts/ci/run-cppcheck.sh from
# repo root (spec-1.18.1 ship-time hygiene).
/cppcheck.xml
/cppcheck-summary.txt
# spec-2.40 D14: Stage 2 acceptance JSON report tmp/ artifacts.
src/test/cluster_tap/tmp/
tmp/
codex_review/
/.worktrees/