mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 02:20:17 +01:00
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:
parent
d7ea44d5f0
commit
af7cb6a643
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue