Skip to content

Commit

Permalink
Merge pull request #90 from cybertec-postgresql/gitignore
Browse files Browse the repository at this point in the history
.gitignore: Ignore doc and "make test" artifacts
  • Loading branch information
vitcpp authored Oct 24, 2023
2 parents 21d9d19 + 6869877 commit 7e0a209
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
*.so
/*.sql
/doc/html/
/doc/pg_sphere*.fo
/doc/pg_sphere-*.html
/doc/pg_sphere-*.pdf
/doc/pg_sphere-full.xml
/doc/pg_sphere.dsl
/doc/version.xml
/log
/results/
regression.out
regression.diffs
tags
/tmp_check
buildpod
.deps

0 comments on commit 7e0a209

Please sign in to comment.