forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy path.gitignore
76 lines (71 loc) · 1.89 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
70
71
72
73
74
75
76
# 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 ##
#####################################################
.*
!.gitignore
!.perltidyrc
*#
*~
*.[Oo][Ll][Dd]
*.[Oo][Rr][Ii][Gg]
*.[Bb][Aa][Kk]
*.tmproj
*.swp
*.tmp
pod2htm*
#####################################################
## Perltidy-generated files ##
#####################################################
*.ERR
*.LOG
*.TEE
*.tdy
#####################################################
## 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/mt_ru.js
mt-static/css/main.css
mt-static/css/simple.css
mt-static/js/mt_core_compact.js
#####################################################
## Usage related files ##
#####################################################
config.cgi
mt-static/support/
addons/ThemeManager.plugin/static/theme_thumbs/
#mt-static/support/dashboard
#mt-static/support/logs
#mt-static/support/themes
#mt-static/support/assets_c
#mt-static/support/uploads
#mt-static/support/plugins
plugins/
#####################################################
## Build related files ##
#####################################################
Makefile*
!Makefile.PL
MANIFEST*
!MANIFEST.SKIP
blib
pm_to_blib
t/db
t/site
t/mt.cfg
null