Add more .gitignore files

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-07-25 15:59:36 +02:00
parent 2318f4f09c
commit 5ee20dde9e
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
5 changed files with 38 additions and 6 deletions

6
.gitignore vendored
View file

@ -1,6 +0,0 @@
*/pkg/
*/src/
*.tar*
tsk/
rom-manager/

15
rom-manager-git/.SRCINFO Normal file
View file

@ -0,0 +1,15 @@
pkgbase = rom-manager-git
pkgver = 1.1.0.r3.g025b1f6
pkgrel = 1
url = https://gitlab.com/severinkaderli/rom-manager
arch = i686
arch = x86_64
license = MIT
makedepends = cargo
makedepends = git
conflicts = rom-manager
source = git+https://gitlab.com/severinkaderli/rom-manager
md5sums = SKIP
pkgname = rom-manager-git

4
rom-manager-git/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
pkg/
rom-manager-git*
rom-manager/
src/

15
tsk-git/.SRCINFO Normal file
View file

@ -0,0 +1,15 @@
pkgbase = tsk-git
pkgver = 0.1.1.r8.g9ba622b
pkgrel = 1
url = https://gitlab.com/severinkaderli/tsk
arch = i686
arch = x86_64
license = MIT
makedepends = cargo
makedepends = git
conflicts = tsk
source = git+https://gitlab.com/severinkaderli/tsk
md5sums = SKIP
pkgname = tsk-git

4
tsk-git/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
pkg/
src/
tsk-git*
tsk/