summarylogtreecommitdiffstats
path: root/.gitignore
blob: 92cf9c5cd55d3bc682350052f5c252d470e1404b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ignore makepkg files and dirs
pkg/
src/
booster-um/

# Ignore pacman packages
*.pkg.tar.zst

# Ignore booster-um archive
booster-um*.zip

# Do not ignore PKGBUILD files
!PKGBUILD
!*.install

# Do not ignore common files
!*.diff
!*.patch

# Ignore vscode
.vscode/*