diff options
author | Danny Holman <dholman@gymli.org> | 2025-05-03 13:01:25 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-05-03 13:01:25 -0500 |
commit | 1cfbd25dc9eb39467406686c8ae1efbfd5517865 (patch) | |
tree | e676e0f7aa3768806d195ac762c2c9a3bbb835bd /.gitignore | |
parent | dda63dff71408a45b07ccac9183bb5a216e9ba66 (diff) |
kernel: x86_64: rename x86
Rename the x86 arch-specific directory to x86_64, reflecting clang's
architecture selector flags.
Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,6 +1,7 @@ # Normal rules .* *.a +*.bin *.bz2 *.c.* *.d @@ -8,6 +9,8 @@ *.elf *.gz *.i +*.img +*.iso *.ll *.lst *.lzma @@ -44,7 +47,6 @@ sbin/mount/mount sbin/nologin/nologin sbin/shutdown/shutdown sbin/umount/umount -usr.sbin/bxpkg/bxpkg usr.sbin/cron/cron usr.sbin/gfdisk/gfdisk usr.sbin/mkfs.fat/mkfs.fat @@ -53,7 +55,10 @@ usr.sbin/usermod/usermod # Built libs lib/libc/libc.so +lib/libltf/libltf.so lib/libm/libm.so +lib/libpam/libpam.so +lib/libpthread/libpthread.so # Don't ignore these! !.gitattributes @@ -64,6 +69,3 @@ cscope.* ncscope.* tags TAGS - -# Generated documentation -/doc/output |