When this repo was synced from dist-git to gitlab it was missing the 80-rhel directory. I thought I had copied it all over, but the ppc directories were missing. This was because rhpkg creates a .git/info/exclude file that ignores arch named directories, like 'ppc', so git wasn't adding it when told to and not showing it as missing when looking at the status. For future reference the command: git status --ignored --verbose will show all ignore files. And you can figure out what is making it get ignored with: git check-ignore -v PATH-TO-IGNORED-FILE Resolves: RHEL-24619
29 lines
1.3 KiB
Plaintext
29 lines
1.3 KiB
Plaintext
# Example filename mapping file
|
|
#
|
|
# yaboot Raw 'UNIX' 'boot' "Bootstrap"
|
|
# vmlinux Raw 'UNIX' 'boot' "Bootstrap"
|
|
#
|
|
# EXTN XLate CREATOR TYPE Comment
|
|
COPYING Ascii 'ttxt' 'ttro' "Text File"
|
|
CREDITS Ascii 'ttxt' 'ttro' "Text File"
|
|
README Ascii 'ttxt' 'ttro' "Text File"
|
|
RPM-GPG-KEY Ascii 'ttxt' 'ttro' "Text File"
|
|
RELEASE_NOTES Ascii 'ttxt' 'ttro' "Text File"
|
|
.b Raw 'chrp' 'tbxi' "Macintosh Toolbox ROM file"
|
|
.gif Raw '8BIM' 'GIFf' "Gif File"
|
|
.jpg Raw '8BIM' 'JPEG' "Jpeg File"
|
|
.tif Raw '8BIM' 'TIFF' "Photoshop TIFF image"
|
|
.hqx Ascii 'BnHq' 'TEXT' "BinHex file"
|
|
.doc Raw 'MSWD' 'WDBN' "Word file"
|
|
.mov Raw 'TVOD' 'MooV' "QuickTime Movie"
|
|
.html Ascii 'MOSS' 'TEXT' "HTML File"
|
|
.htm Ascii 'MOSS' 'TEXT' "HTML File"
|
|
.conf Ascii 'ttxt' 'TEXT' "config file"
|
|
.txt Ascii 'ttxt' 'TEXT' "Text File"
|
|
.tbxi Raw 'chrp' 'tbxi' "Macintosh Toolbox ROM file"
|
|
.sea Raw 'aust' 'APPL' "Self Expanding Archive"
|
|
.sit Raw 'SIT!' 'SITD' "Stuffit Expander file"
|
|
core.elf Raw 'chrp' 'tbxi' "Bootable GRUB2 executable."
|
|
* Raw '????' '????' "Unknown"
|
|
|