Skip to content

Commit 82a2c95

Browse files
authored
Merge pull request #11 from vitcpp/master
Added .deps filter in .gitignore
2 parents 432b098 + afa256a commit 82a2c95

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ regression.out
99
regression.diffs
1010
tags
1111
buildpod
12+
.deps

CONTRIBUTING.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
First off, thanks for taking the time to contribute! ❤️
2+
3+
All types of contributions are encouraged and valued. See the Table of Contents for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for us maintainers and smooth out the experience for all involved. The community looks forward to your contributions.
4+
5+
# Table of Contents
6+
- [Project Scope](#project-scope)
7+
- [Development Plans](#development-plans)
8+
9+
# Project Scope
10+
- Types.
11+
- Operations on types (creating, searching, sorting, set operations and others).
12+
- Indexing structures and algorithms.
13+
14+
# Development Plans
15+
- Move all source files into src folder.
16+
- Implement optional compilation with HEALPIX and SMOC.
17+
- Use pgindent to format sources.
18+
- Check compilation with newest postgrespro versions.
19+
- Add more tests including performance tests.
20+
- Add more documentation.

0 commit comments

Comments
 (0)