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

*.elc
*.pyc
*~
*.db

# Temporary files (vim backups)
*.swp


# Log files:
*.log

# Vagrant:
.vagrant/

*.cfg
pyaggr3g470r/var/indexdir/

# Virtualenv
venv
bgstack15