Skip to content

Commit 044d1e5

Browse files
author
rucoder
committed
Initial commit
0 parents  commit 044d1e5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# C++ objects and libs
2+
3+
*.slo
4+
*.lo
5+
*.o
6+
*.a
7+
*.la
8+
*.lai
9+
*.so
10+
*.dll
11+
*.dylib
12+
13+
# Qt-es
14+
15+
*.pro.user
16+
*.pro.user.*
17+
moc_*.cpp
18+
qrc_*.cpp
19+
Makefile
20+
*-build-*

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
korpus
2+
======

0 commit comments

Comments
 (0)