Skip to content

Commit

Permalink
Added .translation-update list
Browse files Browse the repository at this point in the history
* Don't export .translation-update
  • Loading branch information
agaida committed Jun 21, 2018
1 parent f63526b commit 4268f8e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# remove files from deployment using `git archive`

# git files
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore


# several files and directories we never want to export
# a little bit belt and braces as the most of these files
# should never ever be in the repository

.*~ export-ignore
.kdev4 export-ignore

/build export-ignore
/temp export-ignore
/tmp export-ignore
.*~ export-ignore
.kdev4 export-ignore
.translation_update export-ignore
/build export-ignore
/temp export-ignore
/tmp export-ignore
22 changes: 22 additions & 0 deletions .translation-update
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
translations='
./panel
./plugin-colorpicker
./plugin-cpuload
./plugin-desktopswitch
./plugin-directorymenu
./plugin-dom
./plugin-kbindicator
./plugin-mainmenu
./plugin-mount
./plugin-networkmonitor
./plugin-quicklaunch
./plugin-sensors
./plugin-showdesktop
./plugin-spacer
./plugin-statusnotifier
./plugin-sysstat
./plugin-taskbar
./plugin-tray
./plugin-volume
./plugin-worldclock
'

0 comments on commit 4268f8e

Please sign in to comment.