-
Notifications
You must be signed in to change notification settings - Fork 111
/
.hgignore
42 lines (33 loc) · 966 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
32
33
34
35
36
37
38
39
40
41
42
syntax: glob
# This line is a comment, and will be skipped.
# Empty lines are skipped too.
# Backup files left behind by the Emacs editor.
*~
# Lock files used by the Emacs editor.
# Notice that the "#" character is quoted with a backslash.
# This prevents it from being interpreted as starting a comment.
.\#*
# Temporary files used by the vim editor.
.*.swp
# A hidden file created by the Mac OS X Finder.
.DS_Store
# Personal Xcode settings
*.pbxuser
*.mode2*
*.mode1*
*.mode3*
# lineform icon files
*.lineform/Icon*
*.orig
# userdata
*xcuserdata*
*xcworkspace*
# temporary products
SubEthaEdit-Mac/OgreKit/RegularExpression/oniguruma/*
SubEthaEdit-Mac/NSCoreSuite.scriptSuite
SubEthaEdit-Mac/NSCoreSuite.scriptTerminology
SubEthaEdit-Mac/SubEthaEdit-PantherScripting.r
SubEthaEdit-Mac/SubEthaEditSuite.scriptSuite
SubEthaEdit-Mac/SubEthaEditSuite.scriptTerminology
SubEthaEdit-Mac/TCMTextSuite.scriptSuite
SubEthaEdit-Mac/TCMTextSuite.scriptTerminology