.gitignore: ignore more vim temp files. not sure why i'm getting so many extensions...
parent
e1e8383322
commit
5a3e788576
|
@ -21,6 +21,9 @@ factor.com
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.gdb_history
|
.gdb_history
|
||||||
*.*.marks
|
*.*.marks
|
||||||
|
.*.swm
|
||||||
|
.*.swn
|
||||||
|
.*.swo
|
||||||
.*.swp
|
.*.swp
|
||||||
temp
|
temp
|
||||||
logs
|
logs
|
||||||
|
@ -28,7 +31,6 @@ work
|
||||||
build-support/wordsize
|
build-support/wordsize
|
||||||
*.bak
|
*.bak
|
||||||
.#*
|
.#*
|
||||||
*.swo
|
|
||||||
checksums.txt
|
checksums.txt
|
||||||
*.so
|
*.so
|
||||||
a.out
|
a.out
|
||||||
|
|
Loading…
Reference in New Issue