view .hgignore @ 3011:4eeb2e5c2137

Translated using Weblate (Italian) Currently translated at 100.0% (51 of 51 strings)
author leela <53352@protonmail.com>
date Sun, 25 Aug 2019 14:40:58 +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