.gitignore and .mad-file extension

delphi package - automated exception handling
Post Reply
ctvt
Posts: 6
Joined: Thu May 12, 2022 7:42 am

.gitignore and .mad-file extension

Post by ctvt »

I have problems working with git and MadExcept auto-generated Files.

It seems like .gitignore doesn't handle .mad-File Extension correctly.

I tried both ways, ignoreing *mad-Extension completely:
*.mad

and directly, ignoreing the specific file:
<subfolder>/<subfolder>/<productname>.mad

Since im evaluating git for later use using git-console, I wonder how other people discard .mad-file changes from their repository.
Both ways work on other extensions :/

If I ignore the Folder containing my mad-File it works. But since we have lots of files inside, i cannot work this way.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: .gitignore and .mad-file extension

Post by madshi »

(moved to madExcept forum)

I don't have an answer for this problem. Maybe someone else has?
ctvt
Posts: 6
Joined: Thu May 12, 2022 7:42 am

Re: .gitignore and .mad-file extension

Post by ctvt »

Problem solved. User-mistake. Can be closed or deleted. Im sorry :)
Post Reply