aboutsummarylogtreecommitdiffstats
path: root/.gitignore
blob: 3a119524529f0e3cb8151f7ce06308882fc8a473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ignore temporary directories and files generated during the build
/src/
/pkg/
/*.tar.gz
/*.pkg.tar.zst
/*.pkg.tar.xz
/*.pkg.tar.gz
/*.pkg.tar.bz2

# Ignore local editor configuration files
*.swp
*.swo
*~
*.bak

# Ignore patches directory if not used
patches/

# Ignore other temporary build files if not needed
*.log

# Ignore macOS-specific metadata files
.DS_Store

# Ignore Windows thumbnail cache files
Thumbs.db