Add .gitignore

This commit is contained in:
Dāvis 2020-08-22 00:01:31 +03:00
parent c3f69453d4
commit 60c125bd30
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,6 @@
pkgbase = archisteamfarm-bin pkgbase = archisteamfarm-bin
pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously. pkgdesc = C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
pkgver = 4.1.1.7 pkgver = 4.2.4.0
pkgrel = 1 pkgrel = 1
url = https://github.com/JustArchiNET/ArchiSteamFarm url = https://github.com/JustArchiNET/ArchiSteamFarm
arch = x86_64 arch = x86_64

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/pkg/
/src/
/*.tar*
/*.zip

View file

@ -1,7 +1,7 @@
# Maintainer: Baron Hou <houbaron@gmail.com> # Maintainer: Baron Hou <houbaron@gmail.com>
pkgname=archisteamfarm-bin pkgname=archisteamfarm-bin
pkgver=4.1.1.7 pkgver=4.2.4.0
pkgrel=1 pkgrel=1
pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously." pkgdesc="C# application that allows you to farm steam cards using multiple steam accounts simultaneously."
arch=('x86_64') arch=('x86_64')