Changeset 132ab5d1 in mainline for .gitignore


Ignore:
Timestamp:
2018-01-30T03:20:45Z (7 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a6cc679
Parents:
8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge commit '6a5d05bd2551e64111bea4f9332dd7448c26ce84' into forwardport

Separate return value from error code in gen_irq_code*().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r8bfb163 r132ab5d1  
    1414deps.mk
    1515Makefile.ag.depend
    16 Makefile.common
    17 Makefile.config
     16/Makefile.config
     17/Makefile.common
    1818autotool/
    1919boot/distroot/
    2020boot/initrd.img
    21 common.h
    22 config.h
    23 cscope.out
    24 hdisk.img
    25 image.iso
     21/common.h
     22/config.h
     23/cscope.out
     24doxygen/doxygen.cfg
     25doxygen/doxygen.cfg.gen
     26doxygen/html/
     27doxygen/latex/
     28/hdisk.img
     29/image.iso
    2630kernel/arch/amd64/_link.ld
    2731kernel/arch/amd64/include/arch/boot/memmap_struct.h
     
    252256uspace/dist/logo.tga
    253257uspace/dist/srv/cdfs
     258uspace/dist/srv/chardev-test
    254259uspace/dist/srv/clipboard
    255260uspace/dist/srv/compositor
     
    313318uspace/drv/fb/amdm37x_dispc/amdm37x_dispc
    314319uspace/drv/fb/kfb/kfb
     320uspace/drv/hid/adb-kbd/adb-kbd
     321uspace/drv/hid/adb-mouse/adb-mouse
    315322uspace/drv/hid/atkbd/atkbd
    316323uspace/drv/hid/xtkbd/xtkbd
     
    425432uspace/srv/ns/ns
    426433uspace/srv/taskmon/taskmon
     434uspace/srv/test/chardev-test/chardev-test
    427435uspace/srv/vfs/vfs
    428436uspace/srv/volsrv/volsrv
     437tools/amd64-unknown-elf
     438tools/arm-linux-gnueabi
     439tools/i686-pc-linux-gnu
     440tools/ia64-pc-linux-gnu
     441tools/mips-linux-gnu
     442tools/mips64el-linux-gnu
     443tools/mipsel-linux-gnu
     444tools/ppc-linux-gnu
     445tools/ppc64-linux-gnu
     446tools/riscv64-unknown-linux-gnu
     447tools/sparc64-linux-gnu
     448tools/binutils-*.tar.bz2
     449tools/gcc-*.tar.bz2
     450tools/gdb-*.tar.gz
     451tools/sycek/
Note: See TracChangeset for help on using the changeset viewer.