git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* FW: Some files not ignored as they should be
@ 2019-04-17  9:23 Celestino, Federico
  0 siblings, 0 replies; only message in thread
From: Celestino, Federico @ 2019-04-17  9:23 UTC (permalink / raw)
  To: git@vger.kernel.org

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

Please find a better picture showing the anomaly.

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 
------------------------------------------------------------------------------------ 
-----Original Message-----
From: Celestino, Federico 
Sent: 17 April 2019 11:18
To: git@vger.kernel.org
Subject: Some files not ignored as they should be

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: ATT24684.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: GitIgnoreOutNotExcluded2.PNG --]
[-- Type: image/png, Size: 20888 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-17  9:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17  9:23 FW: Some files not ignored as they should be Celestino, Federico

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).