updated gitignore
This commit is contained in:
parent
9bd2408e8a
commit
f84c78054f
2 changed files with 8 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -8,6 +8,6 @@
|
|||
*.log
|
||||
*.log.*
|
||||
*.sig
|
||||
|
||||
build/
|
||||
pkg/
|
||||
src/
|
||||
|
|
7
build.sh
Normal file
7
build.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
mkdir ./build
|
||||
cp ./PKGBUILD ./build
|
||||
cd ./build
|
||||
makepkg -sc
|
||||
|
||||
|
||||
echo "build done...."
|
Loading…
Add table
Reference in a new issue