blob: 53872cb9c4e2aaf170c9233f52d68144b88a862e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Netbeans
build/
dist/
nbproject/
.dep.inc
# VSCode
.vscode/
# C/C++
*.out
tags
# doc
*.html
/2022-2/L8/mitsuo/LAB08_PREG01/dist/
*.pdf
# Python
.venv/
|