]> git.donarmstrong.com Git - dactyl.git/blob - .hgignore
Initial import of 1.0~b6
[dactyl.git] / .hgignore
1 ## To see if new rules exclude any existing files, run
2 ##
3 ##   hg status -i
4 ##
5 ## after modifying this file.
6
7 syntax: glob
8
9 ## Generated by the build process
10 *.xpi
11 */locale/*/*.html
12 */chrome
13 */contrib/vim/*.vba
14 */bak/*
15 downloads/*
16 .git/*
17
18 *.py[co]
19
20 ## Editor backup and swap files
21 *~
22 .#*
23 \#**\#
24 .*.sw[op]
25 .sw[op]
26
27 ## Generated by Mac filesystem
28 .DS_Store
29
30 syntax: regexp
31
32 ## For rejects
33 \.(orig|rej|bak|diff)$
34