-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
31 lines (30 loc) · 853 Bytes
/
.hgignore
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
#Mercurial Ignore Rules for Android
#Save as .hgignore in the repository base directory and add it to source control.
syntax: glob
*.class
*.apk
*.dex
*.ap_
*.suo
syntax: regexp
^(.*[\\/])?gen[\\/].*
^(.*[\\/])?obj[\\/].*
^(.*[\\/])?log[\\/].*
^(.*[\\/])?obf[\\/].*
^(.*[\\/])?jars[\\/].*
^(.*[\\/])?jar-sources[\\/].*
^(.*[\\/])?javadoc[\\/].*
^(.*[\\/])?assets[\\/].*
^(.*[\\/])?build[\\/].*
^(.*[\\/])?classes[\\/].*
^(.*[\\/])?cassini[\\/]bin[\\/].*
^(.*[\\/])?cassini-android[\\/]bin[\\/].*
^(.*[\\/])?cassini-android[\\/]assets[\\/].*
^(.*[\\/])?cassini-desktop[\\/]bin[\\/].*
^(.*[\\/])?war[\\/]assets[\\/].*
^(.*[\\/])?war[\\/]WEB-INF[\\/]classes[\\/].*
^(.*[\\/])?war[\\/]WEB-INF[\\/]deploy[\\/].*
^(.*[\\/])?gwt-unitCache[\\/].*
^(.*[\\/])?\.gwt[\\/].*
^(.*[\\/])?\.metadata[\\/].*
^(.*[\\/])?\.settings[\\/].*