diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-16 15:41:45 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-01-16 15:41:45 +0100 |
commit | c3b20dc648cfd02d3a26bbd6fab0db5a7d39fc05 (patch) | |
tree | 573ad55f55da490d02d500875de8c53848702f59 /.gitignore | |
parent | Converted repository to mercurial (diff) | |
download | smolbote-c3b20dc648cfd02d3a26bbd6fab0db5a7d39fc05.tar.xz |
Fixed build scripts for use with the mercurial repository
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2d6b408..0000000 --- a/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -# build folders -build* - -# QtCreator .pro.user settings -*.user - -# clion -.idea - -# python -__pycache__ |