diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 18:42:35 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-15 18:42:35 +0800 |
commit | cd679da218281c5716001a4e2055451ab9bcc926 (patch) | |
tree | 43c1a719690062d4c0f65bbff593b7e5e23b5eb9 /.gitignore |
A Qt Core based library that depends on librtclient
and can be used for a Qt based project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..984b9cb --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.pro.user +*.o +*.qmake.stash +*.so* +*.swp +Makefile +moc_* |