Update gitignore and clean up

This commit is contained in:
Cory Balaton 2023-09-11 18:25:31 +02:00
parent 0a9e484ed3
commit 3e7f805937
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -43,4 +43,5 @@
src/* src/*
!src/Makefile !src/Makefile
!src/*.cpp !src/*.cpp
!src/*.hpp
!src/*.py !src/*.py

View File