0
0
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:
H. Peter Anvin
2008-08-28 17:56:17 -07:00
parent dd1de39ece
commit c5b37dbf5e

3
.gitignore vendored
View File

@@ -9,6 +9,9 @@
*.out *.out
*.rej *.rej
*~ *~
\#*
*.bak
*.tmp
/Makefile /Makefile
/config.h /config.h
/config.h.in /config.h.in