os-k/.gitignore

78 lines
686 B
Plaintext
Raw Permalink Normal View History

2018-12-10 11:33:12 +01:00
# Prerequisites
*.d
2019-01-14 14:31:49 +01:00
# Test files
test-*.c
2019-03-29 14:25:53 +01:00
kaleid*_disasm*.asm
qemu.log
2019-01-14 14:31:49 +01:00
2018-12-10 11:33:12 +01:00
# Object files
*.o
*.ko
*.obj
*.elf
2019-01-14 14:31:49 +01:00
*.S
build/obj/*/*/*/[^.]*
2018-12-10 11:33:12 +01:00
2019-02-06 15:34:39 +01:00
# CNAME STUFF
*.yml
CNAME
2019-02-12 12:07:18 +01:00
# Other stuff
multiboot.pdf
2019-05-27 20:15:22 +02:00
osk-graph.ps
grub.log
Makefile.out.2
2019-02-15 16:01:41 +01:00
build/bin/s**
2019-06-02 21:15:52 +02:00
.buildconfig
#.stylehlp
2020-06-01 23:21:01 +02:00
cross-cc*
2019-01-16 09:10:19 +01:00
2018-12-10 11:33:12 +01:00
# Linker output
*.ilk
*.map
*.exp
2019-05-27 20:15:22 +02:00
*.expand
2018-12-10 11:33:12 +01:00
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
2019-01-16 09:10:19 +01:00
*.bin
*.img
build/bin/[^.]*
2018-12-10 11:33:12 +01:00
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf