diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-03-20 18:27:36 +0100 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-03-20 18:27:36 +0100 |
commit | 14a72525d2cf88a024ade4c10944c7abb900dda9 (patch) | |
tree | f4fde486aa6b2a2e21549edbe8b370e38e624739 /src | |
parent | 59bfb190f7a8c377a94822ffd4276fcb09650ff7 (diff) | |
download | postgresql-14a72525d2cf88a024ade4c10944c7abb900dda9.tar.gz postgresql-14a72525d2cf88a024ade4c10944c7abb900dda9.zip |
Add .gitignore for src/test/authentication/tmp_check.
Michael Paquier
Discussion: https://www.postgresql.org/message-id/CAB7nPqRZ_LNTCJ7gGjE_SpRanGoALfTgsxdauNsKq%2BLBRH9fxg%40mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/test/authentication/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/authentication/.gitignore b/src/test/authentication/.gitignore new file mode 100644 index 00000000000..871e943d50e --- /dev/null +++ b/src/test/authentication/.gitignore @@ -0,0 +1,2 @@ +# Generated by test suite +/tmp_check/ |