-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (62 loc) · 1.05 KB
/
.gitignore
File metadata and controls
67 lines (62 loc) · 1.05 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
# 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
.vscode
*.frontend
__pycache__
# Local excludes in root directory
/pgsql.sln
/pgsql.sln.cache
/Debug/
/Release/
/tmp_install/
/portlock/
/regression.diffs
/regression.out
# Generated subdirectories
/log/
/results/
/tmp_check/
/regress_install/
/regress_install.log
# Binaries
/src/bin/pg_tde_archive_decrypt
/src/bin/pg_tde_change_key_provider
/src/bin/pg_tde_restore_encrypt
/src/bin/pg_tde_upgrade
/fetools/*/pg_tde_basebackup
/fetools/*/pg_tde_checksums
/fetools/*/pg_tde_resetwal
/fetools/*/pg_tde_rewind
/fetools/*/pg_tde_waldump
# Tool files
/typedefs.list