We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a25675 commit e42fdadCopy full SHA for e42fdad
1 file changed
.gitignore
@@ -18,6 +18,7 @@ examples/test-root-user.exe
18
19
# Release archives
20
libzt_*.tar.gz
21
+libzt_*.tar.gz.asc
22
libzt_*.zip
23
24
# The test program
@@ -50,9 +51,14 @@ libzt-test.exe
50
51
pvs-report/
52
53
# Configured in-tree build
54
+configure
55
GNUmakefile.configure.mk
56
.version-from-git
57
58
+# Build system snapshot
59
+z.mk
60
+zmk
61
+
62
# Manual pages
63
man/*.[123456789]
64
0 commit comments