Commit b3fd9b4
committed
Add .gitignore for Arch Linux Packages
Mandatory files for a Arch Linux package are
* PKGBUILD
* install scripts, if any
* user defined configs/patches, if any
This .gitignore ignores files that are
generated/downloaded by makepkg automatically.
Refs:
* https://wiki.archlinux.org/index.php/Creating_Packages
* https://wiki.archlinux.org/index.php/Makepkg
Signed-off-by: Lance Chen <[email protected]>1 parent 060aed8 commit b3fd9b4
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments