diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-17 16:57:47 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-17 16:57:47 +0200 |
commit | 4abf36765fb5067fac704e61d4c914e68e290421 (patch) | |
tree | 2f18160f66cd563a05c0d8f794a25492370c79b2 /.hgignore | |
parent | Fix version.h.in (diff) | |
download | smolbote-4abf36765fb5067fac704e61d4c914e68e290421.tar.xz |
Update .gitignore
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.hgignore b/.hgignore deleted file mode 100644 index e008333..0000000 --- a/.hgignore +++ /dev/null @@ -1,19 +0,0 @@ -syntax: glob - -# clion -cmake-build-* -.idea - -# kdevelop -build* -*.kdev4 - -# qtcreator -*.user - -lang/*.qm -test/plugins.d - -3rd-party/*/.git -3rd-party/*/examples - |