Commit graph

2 commits

Author SHA1 Message Date
Michael Paquier
e1c26275ff
Rework .gitignore (#147)
This commit reworks .gitignore to be more portable depending on the
options used in the PostgreSQL build this module links to, in various
aspects:
- Ignore code generated for LLVM bitcode.
- Dependencies.
- Libraries.
- Coverage files.
- WIN32 and MacOS files.
- Ignore isolation test subdirectory.
- Do *not* ignore regression.diffs and regression.out.  This is more
useful to detect if something is broken in the tree, in line with
upstream core practices.

The contents of this file are updated to something closer to what
upstream uses.
2025-09-04 15:57:51 +09:00
reshke
36d4a4770e
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.
2024-10-21 10:39:02 +09:00