forked from openmelody/melody
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
69 lines (64 loc) · 1.7 KB
/
.gitignore
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# This file is for excluding files from Git versioning which are *frequently*
# encountered in a Melody development repository. To have Git ignore less
# frequently encountered files, please add them to this repository's
# .git/info/exclude file or $HOME/.gitignore.
#
# Try "git help ignore" for more details...
#####################################################
## Common backup, recovery and project files ##
#####################################################
.DS_Store
*#
*~
pod2htm*
*.ORIG
*.tmproj
*.bak
*.old
*.swp
*.tmp
._*
MANIFEST
#####################################################
## Perltidy-generated files ##
#####################################################
*.ERR
*.LOG
*.TEE
*.tdy
*.bak
#####################################################
## Files generated by the build/test frameworks ##
#####################################################
build-language-stamp
lib/MT/L10N/de-iso-8859-1.pm
lib/MT/L10N/es-iso-8859-1.pm
lib/MT/L10N/fr-iso-8859-1.pm
lib/MT/L10N/nl-iso-8859-1.pm
mt-static/mt_de.js
mt-static/mt_es.js
mt-static/mt_fr.js
mt-static/mt_ja.js
mt-static/mt_nl.js
mt-static/css/main.css
mt-static/css/simple.css
mt-static/js/mt_core_compact.js
#####################################################
## Usage related files ##
#####################################################
mt-config.cgi
mt-static/support/dashboard
mt-static/support/logs
mt-static/support/themes
mt-static/support/assets_c
mt-static/support/uploads
#####################################################
## Build related files ##
#####################################################
Makefile
blib
pm_to_blib
t/db
t/site
t/mt.cfg
null