aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: build and install the mkarchiso(1) man pagenl67202024-02-171-0/+1
| | | | | rst2man from python-docutils is required to convert the man page from reStructuredText.
* .gitignore: ignore *.cer, *.crt, *.key, *.pem and *.imgnl67202022-05-311-0/+5
| | | | | * .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.
* add cloud-init files to .gitignore (and loosen out/ and work/)Michael Vorburger2021-01-231-2/+5
|
* Add work and out directories to .gitignorenl67202020-07-111-0/+2
|
* Move Makefile to project root to avoid issues with git archivePierre Schmitz2012-08-031-1/+1
| | | | Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
* Add .gitignore and .gitattributesPierre Schmitz2012-08-031-0/+2
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>