Skip to content

Commit d344bc1

Browse files
committed
First upload
1 parent 8d35d7e commit d344bc1

14 files changed

+2920
-0
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
* text eol=crlf
2+
*.exe binary
3+
*.dll binary
4+
*.zip binary
5+
*.obj binary
6+
*.res binary
7+
*.lib binary
8+
*.dlg binary
9+
*.mnu binary
10+
*.ttf binary
11+
*.ico binary
12+
*.bmp binary
13+
*.png binary
14+
*.jpg binary
15+
*.tpl linguist-language=Text
16+
*.inc linguist-language=Assembly

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
bak/
2+
*.undo
3+
*.obj
4+
*.pdb
5+
*.ilk
6+
*.exp
7+
*.bat
8+
Help/
9+
template/
10+
downloads/
11+
screenshots/
12+
wiki/
13+
version/

Cmd.ico

5.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)