Changeset 0aa06cbe in mainline for .gitignore
- Timestamp:
- 2018-03-06T20:48:12Z (7 years ago)
- Parents:
- fd57cf17 (diff), 0c793e2 (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. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-06 20:48:12)
- git-committer:
- GitHub <noreply@…> (2018-03-06 20:48:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rfd57cf17 r0aa06cbe 9 9 *.so.* 10 10 *.d 11 *.ag.probe.s12 *.ag.probe.c13 11 *.pyc 14 12 tag … … 16 14 common.h.new 17 15 deps.mk 18 Makefile.ag.depend19 16 /Makefile.config 20 17 /Makefile.common … … 46 43 boot/image.raw 47 44 kernel/arch/amd64/_link.ld 48 kernel/arch/amd64/include/arch/boot/memmap_struct.h49 kernel/arch/amd64/include/arch/common.h50 kernel/arch/amd64/include/arch/context_struct.h51 kernel/arch/amd64/include/arch/istate_struct.h52 kernel/arch/amd64/include/arch/kseg_struct.h53 45 kernel/arch/arm32/_link.ld 54 kernel/arch/arm32/include/arch/context_struct.h55 kernel/arch/arm32/include/arch/istate_struct.h56 46 kernel/arch/ia32/_link.ld 57 kernel/arch/ia32/include/arch/boot/memmap_struct.h58 kernel/arch/ia32/include/arch/context_struct.h59 kernel/arch/ia32/include/arch/istate_struct.h60 47 kernel/arch/ia64/_link.ld 61 kernel/arch/ia64/include/arch/context_struct.h62 kernel/arch/ia64/include/arch/istate_struct.h63 48 kernel/arch/mips32/_link.ld 64 kernel/arch/mips32/include/arch/context_struct.h65 kernel/arch/mips32/include/arch/fpu_context_struct.h66 kernel/arch/mips32/include/arch/istate_struct.h67 49 kernel/arch/ppc32/_link.ld 68 kernel/arch/ppc32/include/arch/context_struct.h69 kernel/arch/ppc32/include/arch/fpu_context_struct.h70 kernel/arch/ppc32/include/arch/istate_struct.h71 50 kernel/arch/sparc64/_link.ld 72 kernel/arch/sparc64/include/arch/context_struct.h73 kernel/arch/sparc64/include/arch/istate_struct.h74 51 kernel/arch/abs32le/_link.ld 75 kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h76 kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h77 52 kernel/generic/src/debug/real_map.bin 78 53 kernel/kernel.bin … … 344 319 uspace/lib/c/arch/amd64/_link-shlib.ld 345 320 uspace/lib/c/arch/amd64/_link.ld 346 uspace/lib/c/arch/amd64/include/libarch/common.h347 uspace/lib/c/arch/amd64/include/libarch/fibril_context.h348 uspace/lib/c/arch/amd64/include/libarch/istate_struct.h349 321 uspace/lib/c/arch/arm32/_link-dlexe.ld 350 322 uspace/lib/c/arch/arm32/_link-loader.ld 351 323 uspace/lib/c/arch/arm32/_link-shlib.ld 352 324 uspace/lib/c/arch/arm32/_link.ld 353 uspace/lib/c/arch/arm32/include/libarch/fibril_context.h354 uspace/lib/c/arch/arm32/include/libarch/istate_struct.h355 325 uspace/lib/c/arch/ia32/_link-dlexe.ld 356 326 uspace/lib/c/arch/ia32/_link-loader.ld 357 327 uspace/lib/c/arch/ia32/_link-shlib.ld 358 328 uspace/lib/c/arch/ia32/_link.ld 359 uspace/lib/c/arch/ia32/include/libarch/fibril_context.h360 uspace/lib/c/arch/ia32/include/libarch/istate_struct.h361 329 uspace/lib/c/arch/ia64/_link-dlexe.ld 362 330 uspace/lib/c/arch/ia64/_link-loader.ld 363 331 uspace/lib/c/arch/ia64/_link-shlib.ld 364 332 uspace/lib/c/arch/ia64/_link.ld 365 uspace/lib/c/arch/ia64/include/libarch/fibril_context.h366 uspace/lib/c/arch/ia64/include/libarch/istate_struct.h367 333 uspace/lib/c/arch/mips32/_link-dlexe.ld 368 334 uspace/lib/c/arch/mips32/_link-loader.ld 369 335 uspace/lib/c/arch/mips32/_link-shlib.ld 370 336 uspace/lib/c/arch/mips32/_link.ld 371 uspace/lib/c/arch/mips32/include/libarch/fibril_context.h372 uspace/lib/c/arch/mips32/include/libarch/istate_struct.h373 337 uspace/lib/c/arch/mips32eb/_link-dlexe.ld 374 338 uspace/lib/c/arch/mips32eb/_link-loader.ld 375 339 uspace/lib/c/arch/mips32eb/_link-shlib.ld 376 340 uspace/lib/c/arch/mips32eb/_link.ld 377 uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.h378 uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.h379 341 uspace/lib/c/arch/ppc32/_link-dlexe.ld 380 342 uspace/lib/c/arch/ppc32/_link-loader.ld 381 343 uspace/lib/c/arch/ppc32/_link-shlib.ld 382 344 uspace/lib/c/arch/ppc32/_link.ld 383 uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h384 uspace/lib/c/arch/ppc32/include/libarch/istate_struct.h385 345 uspace/lib/c/arch/sparc64/_link-dlexe.ld 386 346 uspace/lib/c/arch/sparc64/_link-loader.ld 387 347 uspace/lib/c/arch/sparc64/_link-shlib.ld 388 348 uspace/lib/c/arch/sparc64/_link.ld 389 uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h390 uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h391 349 uspace/lib/c/arch/abs32le/_link-dlexe.ld 392 350 uspace/lib/c/arch/abs32le/_link-loader.ld
Note:
See TracChangeset
for help on using the changeset viewer.