EnglishFrenchSpanish

Ad


OnWorks favicon

git-check-ignore - Online in the Cloud

Run git-check-ignore in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command git-check-ignore that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


git-check-ignore - Debug gitignore / exclude files

SYNOPSIS


git check-ignore [options] pathname...
git check-ignore [options] --stdin

DESCRIPTION


For each pathname given via the command-line or from a file via --stdin, check whether the
file is excluded by .gitignore (or other input files to the exclude mechanism) and output
the path if it is excluded.

By default, tracked files are not shown at all since they are not subject to exclude
rules; but see ‘--no-index’.

OPTIONS


-q, --quiet
Don’t output anything, just set exit status. This is only valid with a single
pathname.

-v, --verbose
Also output details about the matching pattern (if any) for each given pathname. For
precedence rules within and between exclude sources, see gitignore(5).

--stdin
Read pathnames from the standard input, one per line, instead of from the
command-line.

-z
The output format is modified to be machine-parseable (see below). If --stdin is also
given, input paths are separated with a NUL character instead of a linefeed character.

-n, --non-matching
Show given paths which don’t match any pattern. This only makes sense when --verbose
is enabled, otherwise it would not be possible to distinguish between paths which
match a pattern and those which don’t.

--no-index
Don’t look in the index when undertaking the checks. This can be used to debug why a
path became tracked by e.g. git add . and was not ignored by the rules as expected
by the user or when developing patterns including negation to match a path previously
added with git add -f.

OUTPUT


By default, any of the given pathnames which match an ignore pattern will be output, one
per line. If no pattern matches a given path, nothing will be output for that path; this
means that path will not be ignored.

If --verbose is specified, the output is a series of lines of the form:

<source> <COLON> <linenum> <COLON> <pattern> <HT> <pathname>

<pathname> is the path of a file being queried, <pattern> is the matching pattern,
<source> is the pattern’s source file, and <linenum> is the line number of the pattern
within that source. If the pattern contained a ! prefix or / suffix, it will be preserved
in the output. <source> will be an absolute path when referring to the file configured by
core.excludesFile, or relative to the repository root when referring to .git/info/exclude
or a per-directory exclude file.

If -z is specified, the pathnames in the output are delimited by the null character; if
--verbose is also specified then null characters are also used instead of colons and hard
tabs:

<source> <NULL> <linenum> <NULL> <pattern> <NULL> <pathname> <NULL>

If -n or --non-matching are specified, non-matching pathnames will also be output, in
which case all fields in each output record except for <pathname> will be empty. This can
be useful when running non-interactively, so that files can be incrementally streamed to
STDIN of a long-running check-ignore process, and for each of these files, STDOUT will
indicate whether that file matched a pattern or not. (Without this option, it would be
impossible to tell whether the absence of output for a given file meant that it didn’t
match any pattern, or that the output hadn’t been generated yet.)

Buffering happens as documented under the GIT_FLUSH option in git(1). The caller is
responsible for avoiding deadlocks caused by overfilling an input buffer or reading from
an empty output buffer.

EXIT STATUS


0
One or more of the provided paths is ignored.

1
None of the provided paths are ignored.

128
A fatal error was encountered.

Use git-check-ignore online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    AstrOrzPlayer
    AstrOrzPlayer
    AstrOrz Player is a free media player
    software, part based on WMP and VLC. The
    player is in a minimalist style, with
    more than ten theme colors, and can also
    b...
    Download AstrOrzPlayer
  • 2
    movistartv
    movistartv
    Kodi Movistar+ TV es un ADDON para XBMC/
    Kodi que permite disponer de un
    decodificador de los servicios IPTV de
    Movistar integrado en uno de los
    mediacenters ma...
    Download movistartv
  • 3
    Code::Blocks
    Code::Blocks
    Code::Blocks is a free, open-source,
    cross-platform C, C++ and Fortran IDE
    built to meet the most demanding needs
    of its users. It is designed to be very
    extens...
    Download Code::Blocks
  • 4
    Amidst
    Amidst
    Amidst or Advanced Minecraft Interface
    and Data/Structure Tracking is a tool to
    display an overview of a Minecraft
    world, without actually creating it. It
    can ...
    Download Amidst
  • 5
    MSYS2
    MSYS2
    MSYS2 is a collection of tools and
    libraries providing you with an
    easy-to-use environment for building,
    installing and running native Windows
    software. It con...
    Download MSYS2
  • 6
    libjpeg-turbo
    libjpeg-turbo
    libjpeg-turbo is a JPEG image codec
    that uses SIMD instructions (MMX, SSE2,
    NEON, AltiVec) to accelerate baseline
    JPEG compression and decompression on
    x86, x8...
    Download libjpeg-turbo
  • More »

Linux commands

  • 1
    abi-tracker
    abi-tracker
    abi-tracker - visualize ABI changes
    timeline of a C/C++ software library.
    DESCRIPTION: NAME: ABI Tracker
    (abi-tracker) Visualize ABI changes
    timeline of a C/C+...
    Run abi-tracker
  • 2
    abicheck
    abicheck
    abicheck - check application binaries
    for calls to private or evolving symbols
    in libraries and for static linking of
    some system libraries. ...
    Run abicheck
  • 3
    couriermlm
    couriermlm
    couriermlm - The Courier mailing list
    manager ...
    Run couriermlm
  • 4
    couriertcpd
    couriertcpd
    couriertcpd - the Courier mail server
    TCP server daemon ...
    Run couriertcpd
  • 5
    gbklatex
    gbklatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbklatex
  • 6
    gbkpdflatex
    gbkpdflatex
    bg5latex - Use LaTeX directly on a Big5
    encodedtex file bg5pdflatex - Use
    pdfLaTeX directly on a Big5 encodedtex
    file bg5+latex - Use LaTeX directly on a
    Big5+...
    Run gbkpdflatex
  • More »

Ad