diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-02 12:54:32 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-02 12:54:32 +0200 |
commit | 500bc64f7671cfa9dbcfe1c2d808ea67eb0c3a42 (patch) | |
tree | fd1221559a8e7b5c9d4033dc7da8a811053ec961 /.hgignore | |
parent | Enable console output on Win32 (diff) | |
download | smolbote-500bc64f7671cfa9dbcfe1c2d808ea67eb0c3a42.tar.xz |
Add --no-remote option
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,5 @@ +syntax: glob + # clion cmake-build-* .idea @@ -7,9 +9,10 @@ build* .kdev4 # qtcreator -.user +*.user test/plugins.d -.git +3rd-party/*/.git +3rd-party/*/examples |