Skip to content

Commit 844d06b

Browse files
committed
Added .translation-update
* Don't export .translation-update * Translation-update done * Fixed .gitignore
1 parent fa426a4 commit 844d06b

26 files changed

+1897
-1780
lines changed

.gitattributes

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# remove files from deployment using `git archive`
22

33
# git files
4-
.gitattributes export-ignore
5-
.github export-ignore
6-
.gitignore export-ignore
4+
.gitattributes export-ignore
5+
.github export-ignore
6+
.gitignore export-ignore
77

88

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

13-
.*~ export-ignore
14-
.kdev4 export-ignore
13+
.*~ export-ignore
14+
.kdev4 export-ignore
15+
.translation-update export-ignore
1516

16-
/build export-ignore
17-
/temp export-ignore
18-
/tmp export-ignore
17+
/build export-ignore
18+
/temp export-ignore
19+
/tmp export-ignore

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
build*/
2-
src/translations/libfm-qt
32

43
# Vim.gitignore
54
[._]*.s[a-w][a-z]

.translation-update

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
translations='./src'
2+

0 commit comments

Comments
 (0)