This website requires JavaScript.
Explore
Help
Sign In
faerbit
/
archiso
Watch
1
Star
0
Fork
0
You've already forked archiso
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f9c4610f88
archiso
/
.gitignore
14 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Custom enhancements
2024-01-13 15:11:25 +00:00
.idea
Add .gitignore and .gitattributes Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-08-03 20:03:03 +00:00
*~
Move Makefile to project root to avoid issues with git archive Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2012-08-03 20:35:08 +00:00
archiso-*.tar.gz*
add cloud-init files to .gitignore (and loosen out/ and work/)
2020-12-30 19:30:44 +00: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 07:05:38 +00:00
*.img
*.cer
*.crt
*.key
*.pem
add cloud-init files to .gitignore (and loosen out/ and work/)
2020-12-30 19:30:44 +00:00
user-data
meta-data
Reference in New Issue
Copy Permalink