Skip to content

Commit c108d2d

Browse files
committed
merge branch 'release/0.9.0'
Signed-off-by: Mattéo Rossillol‑‑Laruelle <[email protected]>
2 parents 0a22b97 + 90c35d6 commit c108d2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+44644
-0
lines changed

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Copyright (C) 2023 Mattéo Rossillol‑‑Laruelle <[email protected]>
2+
#
3+
# This program is free software: you can redistribute it and/or modify it under
4+
# the terms of the GNU General Public License as published by the Free Software
5+
# Foundation, either version 3 of the License, or (at your option) any later
6+
# version.
7+
#
8+
# This program is distributed in the hope that it will be useful, but WITHOUT
9+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
11+
# details.
12+
#
13+
# You should have received a copy of the GNU General Public License along with
14+
# this program. If not, see <https://www.gnu.org/licenses/>.
15+
16+
17+
build/
18+
19+
# KDevelop
20+
.kdev4/
21+
*.kdev4
22+
23+
# Qt Creator
24+
CMakeLists.txt.user
25+
26+
# Visual Studio Code
27+
.vs/
28+
out/
29+
CMakeSettings.json
30+
31+
# Visual Studio Code
32+
.vscode/

0 commit comments

Comments
 (0)