aboutsummaryrefslogtreecommitdiffstats
path: root/gitignore
blob: 437752c756806c30bc202738b03b1395b6fe5fb9 (plain) (blame)
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
# Python
*.py[cod]
/.venv/

# Java
*.class
.factorypath
.gradle/
/mvnvm.properties
hs_err_pid*
target/

# vim
*.swp
*~
.netrwhist

# gcc
*.[oa]

# IntelliJ IDEA
*.iml
*.ipr
*.iws
.idea/

# Misc
*.bak
*.log
*.pid
.DS_Store
tmp/

# Vagrant
/.vagrant/

# Emacs
\#*\#
.\#*