summarylogtreecommitdiffstats
path: root/.gitignore
blob: 0fe86333a93d32ea1ae93fe1b0af81485bee5b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Source files downloaded during makepkg
#
/battery-checker/

#
# Files and directories generated by the Arch Build System
#
#  /src/                Directory with extracted sources
#  /pkg/                Directory for staging installation files
#  /*.pkg.tar.xz        Generated installation file for pacman
#  /*.pkg.tar.xz.sig    Signature of the package file
#
/src/
/pkg/
/*.pkg.tar.xz
/*.pkg.tar.xz.sig