]> git.donarmstrong.com Git - dactyl.git/blob - .hgignore
Work around the binary/ directory by adding an extra target
[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 *.o
12 *.so
13 *.xpt
14 */.depend
15 */config.local.mk
16 */locale/*/*.html
17 */chrome
18 */contrib/vim/*.vba
19 */bak/*
20 downloads/*
21 .git/*
22
23 binary/src/*/*.h
24
25 common/tests/functional/log
26
27 *.py[co]
28
29 ## Editor backup and swap files
30 *~
31 .#*
32 \#**\#
33 .*.sw[op]
34 .sw[op]
35
36 ## Generated by Mac filesystem
37 .DS_Store
38
39 syntax: regexp
40
41 ## For rejects
42 \.(orig|rej|bak|diff)$
43