mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-26 20:41:01 +00:00

switched full time to vim and realized that uuid repo will flood with swap files. No more Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
34 lines
326 B
Plaintext
34 lines
326 B
Plaintext
### CLion ###
|
|
# CMake
|
|
cmake-build-debug/
|
|
|
|
### IntelliJ ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### Vim ###
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Session
|
|
Session.vim
|
|
|
|
# Temporary
|
|
.netrwhist
|
|
*~
|
|
# Auto-generated tag files
|
|
tags
|
|
# Persistent undo
|
|
[._]*.un~
|
|
|
|
### Rust ###
|
|
/target/
|
|
Cargo.lock
|
|
|