mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Maintenance: Standardize .gitignore to whitelist strategy
This commit is contained in:
parent
9ec97a8d2a
commit
4c4ce00df2
1 changed files with 22 additions and 16 deletions
38
.gitignore
vendored
38
.gitignore
vendored
|
|
@ -1,18 +1,24 @@
|
|||
# makepkg build artifacts
|
||||
pkg/
|
||||
src/
|
||||
*.pkg.tar.zst
|
||||
*.pkg.tar.zst.sig
|
||||
*.tgz
|
||||
*.tar.xz
|
||||
*.tar.gz
|
||||
# Ignore everything by default
|
||||
*
|
||||
|
||||
# Common build files
|
||||
*.log
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
# Whitelist the essentials
|
||||
!.gitignore
|
||||
!.SRCINFO
|
||||
!PKGBUILD
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
# Whitelist auxiliary files
|
||||
!*.install
|
||||
!*.patch
|
||||
!*.diff
|
||||
!*.service
|
||||
!*.desktop
|
||||
!*.conf
|
||||
!*.png
|
||||
!*.svg
|
||||
!*.sysusers
|
||||
!*.tmpfiles
|
||||
!LICENSE
|
||||
!README.md
|
||||
!CHANGELOG.md
|
||||
!*.ini
|
||||
!*.txt
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue