aboutsummaryrefslogtreecommitdiff
path: root/.config/git/ignore
blob: b283dac33bc349b3631a6de2a9a89a35303f5fea (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
#
# Language specific cruft
#

# Python
.venv
__pycache__

# Raku
.precomp

#
# Editor files
#

# Comma
.idea
.iml

# Emacs
*~
.#*
\#*
*#

# Vim
.*.sw?