diff options
-rw-r--r-- | .gitattributes | 17 | ||||
-rw-r--r-- | .gitignore | 23 | ||||
-rw-r--r-- | .translation-update | 1 |
3 files changed, 10 insertions, 31 deletions
diff --git a/.gitattributes b/.gitattributes index 590d191..75726e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,17 +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 +.*~ export-ignore +.kdev4 export-ignore +.translation-update export-ignore -/build export-ignore -/temp export-ignore -/tmp export-ignore +/build export-ignore +/temp export-ignore +/tmp export-ignore @@ -1,27 +1,4 @@ -ABOUT-NLS -ChangeLog *~ -config.guess -config.rpath -config.sub -intltool-extract.in -intltool-merge.in -intltool-update.in -aclocal.m4 -*.cache -compile -config.h -config.h.in -config.log -config.status -configure -depcomp -README -README.html -install-sh -missing -*.o -stamp* Makefile Makefile.in .deps diff --git a/.translation-update b/.translation-update new file mode 100644 index 0000000..f25285c --- /dev/null +++ b/.translation-update @@ -0,0 +1 @@ +translations='./src' |