aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a9beb28d060b8fd6e6b9d51186b985acf548bda3 (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
# use glob syntax
syntax: glob

*.elc
*.pyc
*~
*.db

# Emacs
eproject.cfg

# Temporary files (vim backups)
*.swp

# Log files:
*.log

# Vagrant:
.vagrant/

# Virtualenv
venv
build


conf/conf.cfg
.coverage
bgstack15