Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2013-03-11 23:15:14 +0400
committerKenneth Skovhede <kenneth@hexad.dk>2013-03-11 23:17:00 +0400
commitbab23086f070810822313e915b7f167580b79773 (patch)
tree50dad427fe1082ad9695f2b627f4d22acf5d6824 /.gitignore
parent9a3b7ebed007a966456574a1ba6d5b2d379a0c2f (diff)
Updated .gitignore to exclude files produced by the installer
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 614b158ff..270d2943a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,12 @@ obj/
*.userprefs
*.user
*.suo
-Paraffin.exe
-account_info
+Installer/Paraffin.exe
+Installer/account_info
+Duplicati/Localization/compiled
+Duplicati/Localization/*/
+Duplicati/Localization/*.diff.csv
+Duplicati/Localization/*.new.csv
+Duplicati/Localization/*.updated.csv
+Duplicati/Localization/report.*.xml
+Installer/incLocFiles.*.wxs \ No newline at end of file