gitignore: ignore all *~ files

This is a common backup style.
This commit is contained in:
Mike Frysinger
2025-10-13 11:29:36 -04:00
committed by Darren Tucker
parent 3ccdd9841f
commit 2b1761dea3

3
.gitignore vendored
View File

@@ -1,7 +1,7 @@
*~
Makefile
buildpkg.sh
config.h
config.h.in~
config.log
config.status
openbsd-compat/Makefile
@@ -17,7 +17,6 @@ survey.sh
**/*.dll
**/*.out
**/*.a
**/*.un~
**/.*.swp
autom4te.cache/
scp