aboutsummaryrefslogtreecommitdiffhomepage
path: root/.hgignore
blob: 998d18330986019956198124485a7ffbe9ab09c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
syntax: glob

build_output/
build_temp/
bin/
obj/
*.cache
_ReSharper.*
*.user
*.suo
*.bat
*.zip
*.DotSettings
build/*.log
BenchmarkResults.txt

lib/NUnit/tools/nunit-console.exe.config

syntax: regexp
build/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,5}/

# Ignore Roslyn files
^src/.*\.sln\.ide/