1
0
Fork 0

Minor changes

* slightly improve PR template
* update gitignore

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel 2023-10-04 16:44:17 +02:00
parent 2b29d1baf3
commit 970cb706fb
2 changed files with 11 additions and 4 deletions

View File

@ -1,8 +1,9 @@
<!--- Make sure to read CONTRIBUTING.md -->
<!--- It mentions the rules to follow and helpful tools -->
# How to test the functionality
* step 1
<!-- For completed items, change [ ] to [x]. -->
- [ ] I ran valgrind when using my new feature
# I ran valgrind when using my new feature
yes/no
### How to test the functionality
* step 1
* step 2

6
.gitignore vendored
View File

@ -43,6 +43,9 @@ src/gitversion.h.in
src/stamp-h1
src/plugins/profapi.lo
# out-of-tree build folders
build*/
# binaries
profanity
**/*.o
@ -89,8 +92,11 @@ python2/
python3/
.DS_Store
.gdbinit
*.bak
*.orig
*.patch
*.rej
breaks
*.tar.*