Skip to content

Commit 2c06a54

Browse files
committedNov 10, 2017
First public commit
0 parents  commit 2c06a54

File tree

1,245 files changed

+386517
-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.

1,245 files changed

+386517
-0
lines changed
 

‎.gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
*.bak
2+
*.user.*
3+
*.user
4+
ui_qdlg*.h
5+
.qmake.stash
6+
Makefile
7+
Makefile.Debug
8+
Makefile.Release
9+
libv_rep.1.0.0.dylib
10+
libv_rep.1.0.dylib
11+
libv_rep.1.dylib
12+
libv_rep.dylib
13+
libv_rep.so
14+
libv_rep.so.1
15+
libv_rep.so.1.0
16+
libv_rep.so.1.0.0
17+
debug
18+
release
19+
mocinclude.opt
20+
object_script.*.Debug
21+
object_script.*.Release

‎README.md

+23

0 commit comments

Comments
 (0)
Please sign in to comment.