summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 9cb94cb8c164b980c9d67d917194b378d4befa0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
## To see if new rules exclude any existing files, run
##
##   hg status -i
##
## after modifying this file.

syntax: glob

## Generated by the build process
*.xpi
*/locale/*/*.html
*/chrome
*/contrib/vim/*.vba
*/bak/*
downloads/*
.git/*

*.py[co]

## Editor backup and swap files
*~
.#*
\#**\#
.*.sw[op]
.sw[op]

## Generated by Mac filesystem
.DS_Store

syntax: regexp

## For rejects
\.(orig|rej|bak|diff)$