14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
# ---> Vim
|
|
.*sw?
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
*~
|
|
|
|
# ---> Test binaries (exclude everything in the test directories except nim
|
|
# source files)
|
|
/tests/*
|
|
!/tests/*.nim
|
|
|
|
.codex
|