This website requires JavaScript.
Explore
Help
Sign in
tools
/
archiso
Watch
1
Star
0
Fork
You've already forked archiso
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5587e031f3
archiso
/
.gitignore
13 lines
88 B
Text
Raw
Normal View
History
Unescape
Escape
Add .gitignore and .gitattributes Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-08-03 22:03:03 +02:00
*~
Move Makefile to project root to avoid issues with git archive Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-08-03 22:35:08 +02:00
archiso-*.tar.gz*
add cloud-init files to .gitignore (and loosen out/ and work/)
2020-12-30 20:30:44 +01:00
work/
out/
*.iso
.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:05:38 +03:00
*.img
*.cer
*.crt
*.key
*.pem
add cloud-init files to .gitignore (and loosen out/ and work/)
2020-12-30 20:30:44 +01:00
user-data
meta-data
Reference in a new issue
Copy permalink