Skip to content

Commit 744bc6f

Browse files
author
alemart
committed
First commit
0 parents  commit 744bc6f

File tree

733 files changed

+181794
-0
lines changed

Some content is hidden

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

733 files changed

+181794
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Specifies intentionally untracked files to ignore when using Git
2+
# http://git-scm.com/docs/gitignore
3+
4+
# vscode
5+
.vscode
6+
.vscode/*
7+
!.vscode/settings.json
8+
!.vscode/tasks.json
9+
!.vscode/launch.json
10+
!.vscode/extensions.json
11+
12+
# vim
13+
# swap
14+
[._]*.s[a-v][a-z]
15+
[._]*.sw[a-p]
16+
[._]s[a-v][a-z]
17+
[._]sw[a-p]
18+
# session
19+
Session.vim
20+
# temporary
21+
.netrwhist
22+
*~
23+
24+
# mine
25+
opensurge.exe
26+
*.dll
27+
build/
28+
CMakeFiles/
29+
iconwin.res

0 commit comments

Comments
 (0)