updated gitignore

This commit is contained in:
Sohrab Behdani 2024-08-30 22:56:24 +03:30
parent 9bd2408e8a
commit f84c78054f
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View file

@ -8,6 +8,6 @@
*.log
*.log.*
*.sig
build/
pkg/
src/

7
build.sh Normal file
View file

@ -0,0 +1,7 @@
mkdir ./build
cp ./PKGBUILD ./build
cd ./build
makepkg -sc
echo "build done...."