aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2a628d096dac3f1a133761ace70ec01ceb03c0b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# use glob syntax
syntax: glob

*.elc
*.pyc
*~
*.png
*.db

# Temporary files (vim backups)
*.swp


# Log files:
*.log


*.cfg
bgstack15