[gnome-software/fix-flatpak-related-progress] flatpak: Fix gitignore in test data dirs



commit 80a269a236b1d8564fcc261cbb848d32e5c588e5
Author: Matthew Leeds <matthew leeds endlessm com>
Date:   Thu Jul 9 13:44:26 2020 -0700

    flatpak: Fix gitignore in test data dirs
    
    Every other directory ignores the app-info directory which gets created
    by build.py so ignore it in app-update too. Also ignore the repo
    directories which are also made by build.py and stored in
    flatpakrepos.tar.gz

 plugins/flatpak/tests/app-extension-update/.gitignore     |   1 +
 plugins/flatpak/tests/app-extension/.gitignore            |   1 +
 plugins/flatpak/tests/app-missing-runtime/.gitignore      |   1 +
 plugins/flatpak/tests/app-update/.gitignore               |   1 +
 .../flatpak/tests/app-update/org.test.Chiron/.gitignore   |   2 +-
 .../app-info/icons/flatpak/128x128/org.test.Chiron.png    | Bin 373 -> 0 bytes
 .../app-info/icons/flatpak/64x64/org.test.Chiron.png      | Bin 168 -> 0 bytes
 .../files/share/app-info/xmls/org.test.Chiron.xml.gz      | Bin 434 -> 0 bytes
 plugins/flatpak/tests/app-with-runtime/.gitignore         |   1 +
 plugins/flatpak/tests/only-runtime/.gitignore             |   1 +
 10 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/plugins/flatpak/tests/app-extension-update/.gitignore 
b/plugins/flatpak/tests/app-extension-update/.gitignore
new file mode 100644
index 00000000..f606d5e0
--- /dev/null
+++ b/plugins/flatpak/tests/app-extension-update/.gitignore
@@ -0,0 +1 @@
+repo
diff --git a/plugins/flatpak/tests/app-extension/.gitignore b/plugins/flatpak/tests/app-extension/.gitignore
new file mode 100644
index 00000000..f606d5e0
--- /dev/null
+++ b/plugins/flatpak/tests/app-extension/.gitignore
@@ -0,0 +1 @@
+repo
diff --git a/plugins/flatpak/tests/app-missing-runtime/.gitignore 
b/plugins/flatpak/tests/app-missing-runtime/.gitignore
new file mode 100644
index 00000000..f606d5e0
--- /dev/null
+++ b/plugins/flatpak/tests/app-missing-runtime/.gitignore
@@ -0,0 +1 @@
+repo
diff --git a/plugins/flatpak/tests/app-update/.gitignore b/plugins/flatpak/tests/app-update/.gitignore
new file mode 100644
index 00000000..f606d5e0
--- /dev/null
+++ b/plugins/flatpak/tests/app-update/.gitignore
@@ -0,0 +1 @@
+repo
diff --git a/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore 
b/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore
index 7f06bb9f..9f2eb6a8 120000
--- a/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore
+++ b/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore
@@ -1 +1 @@
-../app-with-runtime/org.test.Chiron/.gitignore
\ No newline at end of file
+../../app-with-runtime/org.test.Chiron/.gitignore
\ No newline at end of file
diff --git a/plugins/flatpak/tests/app-with-runtime/.gitignore 
b/plugins/flatpak/tests/app-with-runtime/.gitignore
new file mode 100644
index 00000000..f606d5e0
--- /dev/null
+++ b/plugins/flatpak/tests/app-with-runtime/.gitignore
@@ -0,0 +1 @@
+repo
diff --git a/plugins/flatpak/tests/only-runtime/.gitignore b/plugins/flatpak/tests/only-runtime/.gitignore
new file mode 100644
index 00000000..f606d5e0
--- /dev/null
+++ b/plugins/flatpak/tests/only-runtime/.gitignore
@@ -0,0 +1 @@
+repo


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]