OSDN Git Service

MmdInputStream廃止
[mikutoga/Pmd2XML.git] / .hgignore
1 #########################
2 # for Mercurial hgignore
3 #########################
4
5
6 #####################
7 syntax: regexp
8
9 ^nb-configuration\.xml$
10 ^nbactions\.xml$
11 ^\.classpath$
12 ^\.project$
13
14 \.orig$
15 \.orig\..*$
16 \.chg\..*$
17 \.rej$
18 \.conflict\~$
19 ^target/
20 ^build/
21 ^bin/
22 ^nbproject/
23 ^\.settings/
24
25
26 #####################
27 syntax: glob
28
29 .DS_Store
30 _MACOSX
31 [Tt]humbs.db
32 [Dd]esktop.ini
33 core
34
35
36 ### EOF ###