diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-01-11 10:18:08 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-01-11 10:18:08 +0100 |
commit | 120a5f7c6d31a3bc5acdb54b19326516f8399767 (patch) | |
tree | 882e3a096a2ef9bd3138633fb564024e45ba6524 /.gitignore | |
download | smolbote-120a5f7c6d31a3bc5acdb54b19326516f8399767.tar.xz |
Initial commit0.1.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..09aa797 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# build folders +build* + +# QtCreator .pro.user settings +*.user |