This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
linux-firmware
mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Watch
1
Star
0
Fork
You've already forked linux-firmware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
af70c9d537
linux-firmware
/
.gitignore
11 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add pre-commit hooks and codespell template Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-29 22:00:06 +00:00
debian/
Add new toplevel 'make dist' target. This target produces a tarball following the most recent git tag. The tarball contains firmware binaries that have been de-duped. Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-08-31 03:50:40 +00:00
dist/
release/
Add a script for a robot to open up pull requests Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
2023-10-06 03:19:32 +00:00
contrib/*.db
contrib/*.txt
.gitignore: Ignore intermediate files We should prevent Git from tracking patch files generated by 'git format-patch' and other commands, as they are typically intermediate files. Link: https://lore.kernel.org/all/CA+5PVA7h92wEmJOPVbH-9ubsssPFPwGuRYPNvg54_kTmk8o0Lg@mail.gmail.com Signed-off-by: WangYuli <wangyuli@uniontech.com> Signed-off-by: Josh Boyer <jwboyer@kernel.org>
2024-07-17 03:43:38 +00:00
# Normal intermediate files
*.orig
*.patch
*.rej