diff options
author | Heikki Linnakangas | 2017-03-20 17:27:36 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2017-03-20 17:27:36 +0000 |
commit | 14a72525d2cf88a024ade4c10944c7abb900dda9 (patch) | |
tree | f4fde486aa6b2a2e21549edbe8b370e38e624739 | |
parent | 59bfb190f7a8c377a94822ffd4276fcb09650ff7 (diff) |
Add .gitignore for src/test/authentication/tmp_check.
Michael Paquier
Discussion: https://www.postgresql.org/message-id/CAB7nPqRZ_LNTCJ7gGjE_SpRanGoALfTgsxdauNsKq%2BLBRH9fxg%40mail.gmail.com
-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 0000000000..871e943d50 --- /dev/null +++ b/src/test/authentication/.gitignore @@ -0,0 +1,2 @@ +# Generated by test suite +/tmp_check/ |