view .hgignore @ 3023:03a38e7ec5f3 default tip

Translated using Weblate (Russian) Currently translated at 66.3% (126 of 190 strings)
author Artem <KovalevArtem.ru@gmail.com>
date Fri, 03 Jul 2020 22:16:25 +0200
parents 5e9d778df3a9
children
line wrap: on
line source

# use glob syntax.
syntax: glob

# quite commonly the directory for out of source bulids
build/

# all backup files
*~

# eclipse project files
.project
.cproject
.pydevproject

# SUMWARS_POST_BUILD_COPY files
sumwars
sumwars.exe

# SUMWARS_PORTABLE_MODE inside source dir
.sumwars/

*.orig