Hi Hackers,

I have been playing with PG on the Windows platform recently. An annoying
thing I faced is that a lot of Visual Studio's temp files kept appearing in
git changed files. Therefore, I am submitting this very trivial patch to
ignore these temp files.

Looking forward to the PG guru's guidance!

Regards...

Yasir Hussain
Principal Software Engineer
Bitnine Global Inc.
diff --git a/.gitignore b/.gitignore
index 4e911395fe..527e1d8935 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ lib*.pc
 /Release/
 /tmp_install/
 /portlock/
+/.vs/

Reply via email to