beremiz
Clone
Summary
Browse
Changes
Graph
ignore generated bugreports and output of i18n script
2016-10-31, Andrey Skvortsov
91129212e9a6
Parents
d75cc9ad328e
Children
4ce8492159ab
ignore generated bugreports and output of i18n script
1 files changed, 3 insertions(+), 0 deletions(-)
+3
-0
.hgignore
--- a/.hgignore Fri Oct 28 18:28:10 2016 +0300
+++ b/.hgignore Mon Oct 31 13:59:56 2016 +0300
@@ -9,3 +9,6 @@
^.*~$
syntax: regexp
^.*\.swp$
+
+bug_report.*\.txt
+i18n/.*.new$
\ No newline at end of file