blob: fb93c9d0d443cc39a17cfae874443ee8f55f2fc3 [file] [log] [blame]
Yi Kong3ca66ef2021-03-17 17:53:21 +08001### CLion ###
2# CMake
3cmake-build-debug/
4
5### IntelliJ ###
6.idea
7*.iws
8*.iml
9*.ipr
10
11### Vim ###
12# Swap
13[._]*.s[a-v][a-z]
14[._]*.sw[a-p]
15[._]s[a-rt-v][a-z]
16[._]ss[a-gi-z]
17[._]sw[a-p]
18
19# Session
20Session.vim
21
22# Temporary
23.netrwhist
24*~
25# Auto-generated tag files
26tags
27# Persistent undo
28[._]*.un~
29
30### Rust ###
31/target/
32Cargo.lock
33