Commit graph

7 commits

Author SHA1 Message Date
nl6720
3e9f0c03d6
.gitignore: add more ignored files
* more tarball matching,
* `network-config` used by cloud-init,
* anything starting with `codesigning`.
2024-03-30 22:38:41 +02:00
nl6720
2932a9def3
Makefile: build and install the mkarchiso(1) man page
rst2man from python-docutils is required to convert the man page from
reStructuredText.
2024-02-17 11:27:19 +02:00
nl6720
89292ce818
.gitignore: ignore *.cer, *.crt, *.key, *.pem and *.img
* .cer, .crt, .key and .pem are typical file name extensions for TLS certificates and keys. They are used when codesigning with openssl and should never be commited in the repo.
* .img is a generic image file. Such files could be used when repacking an ISO to attach cloud-init CIDATA.
2022-05-31 10:18:07 +03:00
Michael Vorburger
88304719d0 add cloud-init files to .gitignore (and loosen out/ and work/) 2021-01-23 16:07:36 +00:00
nl6720
32e75b2a5d
Add work and out directories to .gitignore 2020-07-11 16:31:18 +03:00
Pierre Schmitz
4a33b67542 Move Makefile to project root to avoid issues with git archive
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-08-03 22:36:22 +02:00
Pierre Schmitz
da15f859af Add .gitignore and .gitattributes
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-08-03 22:03:03 +02:00