Create .gitignore file for excluding any binary/executable files (#103)

The .gitignore file is copied from pg_bigm. 

This doesn't contain files generated on Windows development environments for now,
but they will be added when anyone using Windows claim it.
This commit is contained in:
reshke 2024-10-21 06:39:02 +05:00 committed by GitHub
parent b7be2aa7ff
commit 36d4a4770e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
# Global excludes across all subdirectories
*.bc
*.o
*.so
regression.*
# Generated subdirectories
/results/