Adjust .gitignore for MINIX file system
Some files in LLVM have more than Minix-maximum of 60 characters. Also drop some obsolete stuff, and add obj which are symlinks added to every directory when using /usr/obj as OBJDIR (hinted in wiki.) Change-Id: Iac82bb064f68689f247a2ee1b1d2f365344ab793
This commit is contained in:
parent
6afe26749a
commit
7a3aae8b5b
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -16,7 +16,6 @@ lib*.so*
|
||||||
*.so.*
|
*.so.*
|
||||||
*.d
|
*.d
|
||||||
.depend
|
.depend
|
||||||
nbsdsrc/*
|
|
||||||
TAGS
|
TAGS
|
||||||
tags
|
tags
|
||||||
GPATH
|
GPATH
|
||||||
|
|
@ -25,10 +24,10 @@ GSYMS
|
||||||
GTAGS
|
GTAGS
|
||||||
\#*#
|
\#*#
|
||||||
CVS
|
CVS
|
||||||
|
obj
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
.gitignore
|
.gitignore
|
||||||
.svn
|
.svn
|
||||||
minix-port.patch
|
|
||||||
*.worldstone.log
|
*.worldstone.log
|
||||||
.worldstone*
|
.worldstone*
|
||||||
usr.bin/mdocml/man/*.7
|
usr.bin/mdocml/man/*.7
|
||||||
|
|
@ -39,5 +38,11 @@ releasetools/image
|
||||||
releasetools/kernel
|
releasetools/kernel
|
||||||
releasetools/revision
|
releasetools/revision
|
||||||
share/zoneinfo/builddir
|
share/zoneinfo/builddir
|
||||||
|
external/bsd/llvm/dist/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thu
|
||||||
|
external/bsd/llvm/dist/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-pure-v
|
||||||
|
external/bsd/llvm/dist/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-return
|
||||||
|
external/bsd/llvm/dist/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-a
|
||||||
|
external/bsd/llvm/dist/clang/test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-vdtors
|
||||||
|
external/bsd/llvm/dist/llvm/test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-i
|
||||||
lib/libc/compat__*
|
lib/libc/compat__*
|
||||||
.gdbinit
|
.gdbinit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user