aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e621aa39deaf1074978d579bdef0fafb2923a978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Ignore all
*

# Unignore all with extensions
!*.*
!makefile

# Unignore all dirs
!*/

Semestr 4/sieci/vol/
*.vscode*

*.zip
*.in
*.out
*.o
*hpscan*
*.gdb*