aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6273b01c295330cae621a79b6708dae00830be31 (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
28
29
30
31
32
# Created by https://www.gitignore.io

### vim ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~


### Linux ###
*~

# KDE directory preferences
.directory


### Rust ###
# Compiled files
*.o
*.so
*.rlib
*.dll
Cargo.lock

# Executables
*.exe

# Generated by Cargo
/target/