Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 983dbe7

Browse files
committed
Clean up .gitignore for pg_tde
This is an attempt at making the file more similar to the other contrib extensions' .gitignore files. - Remove ignore of editor specific files - Sort ignores into groups - Remove things already ignore by the root .gitignore - Remove legacy autoconf ignores
1 parent e24e386 commit 983dbe7

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

contrib/pg_tde/.gitignore

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
*.so
2-
*.o
31
*.frontend
42
__pycache__
5-
.vscode
63

7-
/autom4te.cache
8-
/config.cache
9-
/config.log
10-
/config.status
11-
/configure~
12-
/log
13-
/results
4+
# Generated subdirectories
5+
/log/
6+
/results/
7+
/t/results/
8+
/tmp_check/
9+
10+
# Binaries
1411
/src/bin/pg_tde_archive_decrypt
1512
/src/bin/pg_tde_change_key_provider
1613
/src/bin/pg_tde_restore_encrypt
17-
/t/results
18-
/tmp_check
1914

2015
# Tool files
2116
/typedefs-full.list

0 commit comments

Comments
 (0)