summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Day2022-03-21 06:41:04 -0500
committerJordan Day2022-03-21 06:41:04 -0500
commitfee575d409f60d7c0e2dfe74ccbafaa01bd29824 (patch)
treeb0c07aa46d56120e78221c58de7a0af9032b4609
parenta600123bdc3267d21c75b37ccf4b0ef0238dd6e0 (diff)
downloadaur-fee575d409f60d7c0e2dfe74ccbafaa01bd29824.tar.gz
Add gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b1771ad8f68..f7ca5627bd68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = inspect
pkgdesc = Developer tool to inspect and debug mobile web apps and websites on iOS devices
pkgver = 0.7.9
- pkgrel = 2
+ pkgrel = 3
url = https://inspect.dev
arch = x86_64
license = proprietary
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..aac2c3f06f78
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+src
+pkg
+*.tar.xz
+*.tar.gz
+*.tar.zst
+*.log
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index 6a67a82875af..ba2fb3dc3c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=inspect
pkgdesc='Developer tool to inspect and debug mobile web apps and websites on iOS devices'
pkgver=0.7.9
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='https://inspect.dev'
license=('proprietary')