OSDN Git Service

44c1d13e732a744c99b5e95f74c0310932f83d3a
[jovsonz/Jovsonz.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 ###