summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1d51ba0b44aac8719da2a951edef067bb4f6fea0 (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
# vim 
*.sw*

# emacs
*.*~
.#*

# intellij
.idea
out

# Java
target
*.class

# Scala
.sbt
.ivy
.bsp

# nodejs
node_modules

# C
*.out