summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Sferrazza2017-03-16 16:15:20 -0400
committerKyle Sferrazza2017-03-16 16:15:20 -0400
commit8691190cfc69c28b4b555bfdf4522c7aa8110f51 (patch)
treeb95a09dbfe17e0cf1edf335d3c350bbc62eeac47
parentee17a5d05ce5a1522cccd7d3f49afffdde6f9758 (diff)
downloadaur-8691190cfc69c28b4b555bfdf4522c7aa8110f51.tar.gz
Gitignore updates
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD2
3 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aedfafd1cfd..065a77b3987c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powershell-git
pkgdesc = A cross-platform automation and configuration tool/framework
- pkgver = 6.0.0.alpha.16.25.ge3b59e0f
+ pkgver = 6.0.0.alpha.17.17.g3f274aad
pkgrel = 1
url = https://github.com/PowerShell/PowerShell
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3f598c7740dd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+googletest/
+pester/
+pkg/
+*.xz
+powershell/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 691ede2202a4..5aa7879629c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='powershell-git'
_pkgname='powershell'
-pkgver=6.0.0.alpha.16.25.ge3b59e0f
+pkgver=6.0.0.alpha.17.17.g3f274aad
pkgrel=1
pkgdesc="A cross-platform automation and configuration tool/framework"
arch=('x86_64')