summarylogtreecommitdiffstats
path: root/.gitignore
blob: 89314bdf66725ee34baa4bf58807ed50dd37cb5c (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Package build files
*.tar
*.tar.*
*.jar
*.exe
*.msi
*.zip
*.tgz
*.log
*.log.*
*.sig
*.pkg.*

# Build directory
pkg/
src/

# termsonic git folder if it appears
termsonic

# Go specific
*.test
*.out

# makepkg generated
termsonic-git/

# Backup files
*~
*.bak

# VCS files
.git/

# Common editor/system files
.idea/
.vscode/
*.swp
.DS_Store