All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Celestino, Federico" <Celestino@xcmg-erc.com>
To: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: Some files not ignored as they should be
Date: Wed, 17 Apr 2019 09:18:23 +0000	[thread overview]
Message-ID: <4343deda23de48c981c91c4e9c8b0c88@SRV-ERC-MAIL01.XCMG-ERC.LOCAL> (raw)

[-- Attachment #1: Type: text/plain, Size: 1029 bytes --]

Dear Support Team,

I am facing another issue with Git.
Please find attached the .gitignore file that I am currently using.
My intention is to ignore all the files inside any Debug folder, except for .map, .hex and .bin files.
Yet, a .out file is not ignored, as shown in the second attachment.

I checked that there are no other .gitignore files except for the one in the main Git directory (that is attached here).

What is not working?
I thank you in advance.

Freundliche Grüße / Kind regards
i.A. Federico Celestino
Entwicklungsingenieur


Fon +49 2151 7830 324
Fax +49 2151 7830 499
www.xcmg-erc.com
Celestino@xcmg-erc.com

------------------------------------------------------------------------------------
XCMG European Research Center GmbH
Europark Fichtenhain B4
47807 Krefeld
Deutschland
Amtsgericht Krefeld
Handelsregister HRB 14302
Geschäftsführer: Dr.-Ing. Oliver-Carlos Göhler, Dr.-Ing. Hui Sun 
------------------------------------------------------------------------------------ 

[-- Attachment #2: ATT57884.gitignore --]
[-- Type: application/octet-stream, Size: 367 bytes --]

*.aux
~*
*.o
*.d
*.obj
.xdchelp
**/Debug/*
!**/Debug/*.map
!**/Debug/*.hex
!**/Debug/*.bin
**/Release/*
!**/Release/*.map
!**/Release/*.hex
!**/Release/*.bin
.config/
.launches/
*.ldb
**/PSP/Platforms/Native/Hercules/projects/SIL2_MCUST_Hercules_Lib/TMS570LS3137/Modules/source/*.pp
**/PSP/Platforms/Native/Hercules/lib/SIL2_MCUST_TMS570LS3137.lib

[-- Attachment #3: GitIgnoreOutNotExcluded.PNG --]
[-- Type: image/png, Size: 18598 bytes --]

             reply	other threads:[~2019-04-17  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-17  9:18 Celestino, Federico [this message]
2019-04-18 19:07 ` Some files not ignored as they should be Jeff King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4343deda23de48c981c91c4e9c8b0c88@SRV-ERC-MAIL01.XCMG-ERC.LOCAL \
    --to=celestino@xcmg-erc.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.