xorgproto: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 8 23:48:53 UTC 2024


 .gitignore |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit af7cb6a643db810536605feab1402654a9818569
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Thu Apr 18 16:45:50 2024 +0200

    gitignore: Add *~ for editor backups.
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/87>

diff --git a/.gitignore b/.gitignore
index 1baa360..a23c306 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.pc
+*~
 Makefile
 Makefile.in
 Xfuncproto.h
@@ -18,3 +19,4 @@ man/Xprint.7
 missing
 stamp-h1
 stamp-h2
+test-driver


More information about the xorg-commit mailing list