uuid/.gitignore
Hunar Roop Kahlon 42bf2dee07
ignore vim files
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>
2019-03-01 01:14:27 -08:00

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