gitignore: Add *~ for editor backups.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/87>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-04-18 16:45:50 +02:00
parent d7ea44d5f0
commit af7cb6a643

2
.gitignore vendored
View file

@ -1,4 +1,5 @@
*.pc *.pc
*~
Makefile Makefile
Makefile.in Makefile.in
Xfuncproto.h Xfuncproto.h
@ -18,3 +19,4 @@ man/Xprint.7
missing missing
stamp-h1 stamp-h1
stamp-h2 stamp-h2
test-driver