chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add .gitignore file


From: Lassi Kortela
Subject: [PATCH] Add .gitignore file
Date: Tue, 25 Apr 2023 15:25:45 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

Here's a patch that adds a .gitignore file at the root of the chicken-core repo, so that `git status` doesn't show generated files that are not supposed to be committed to the repo.

It doesn't seem possible to ignore *.import.scm wholesale since a few of those files are committed:

$ git ls-files | grep -F .import.scm
chicken.base.import.scm
chicken.condition.import.scm
chicken.csi.import.scm
chicken.foreign.import.scm
chicken.syntax.import.scm
chicken.time.import.scm

Likewise, *.c cannot be ignored wholesale since some hand-written C source files are present in the same directory as the C files output by csc.

Attachment: 0001-Add-.gitignore-file.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]