Modify gitignore

This commit is contained in:
Cory Balaton 2023-09-08 12:45:25 +02:00
parent d886d3761e
commit 3d87b400d8
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

2
.gitignore vendored
View File

@ -41,4 +41,6 @@
# C++ specifics # C++ specifics
src/* src/*
!src/Makefile
!src/*.cpp !src/*.cpp
!src/*.py