Add pool_config.c to src/tools/pgmd5/.gitignore.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 13 Jun 2022 07:09:46 +0000 (16:09 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Mon, 13 Jun 2022 07:11:37 +0000 (16:11 +0900)
This should avoid the error:
error: The following untracked working tree files would be overwritten by checkout:
src/tools/pgmd5/pool_config.c

src/tools/pgmd5/.gitignore

index 66004621707306369619c5be6e5eeb1ffa16e024..4bdc09c261f10cf513a55f2af67c500d5e4a5f8b 100644 (file)
@@ -8,3 +8,4 @@ pool_path.c
 pool_signal.c
 regex_array.c
 strlcpy.c
+pool_config.c