mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
.gitignore: ignore some editor backup files
Ignore a couple of variants of editor backup files.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,6 +9,9 @@
|
|||||||
*.out
|
*.out
|
||||||
*.rej
|
*.rej
|
||||||
*~
|
*~
|
||||||
|
\#*
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
/Makefile
|
/Makefile
|
||||||
/config.h
|
/config.h
|
||||||
/config.h.in
|
/config.h.in
|
||||||
|
Reference in New Issue
Block a user