0
0
forked from aniani/nasm

.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