added git ignore and removed cvs ignore files #29

Merged
jordan merged 1 commit from array-in-a-matrix/telodendria:master into master 2023-09-06 18:37:30 +00:00
Contributor

Solves #14.

Solves #14.
Owner

Not quite. There are actually quite a few .cvsignore files scattered throughout the repository that all should be merged into one .gitignore at the root.

$ find . -name '.cvsignore'
./.cvsignore
./Cytoplasm/.cvsignore
./contrib/.cvsignore
./man/.cvsignore
./src/.cvsignore
./src/include/.cvsignore
Not *quite*. There are actually quite a few `.cvsignore` files scattered throughout the repository that all should be merged into one `.gitignore` at the root. ``` $ find . -name '.cvsignore' ./.cvsignore ./Cytoplasm/.cvsignore ./contrib/.cvsignore ./man/.cvsignore ./src/.cvsignore ./src/include/.cvsignore ```
jordan changed title from added git ignore and removed cvs ignore files to WIP: added git ignore and removed cvs ignore files 2023-09-06 15:03:17 +00:00
jordan added this to the Gitea Migration project 2023-09-06 15:06:04 +00:00
jordan removed this from the Gitea Migration project 2023-09-06 15:08:27 +00:00
array-in-a-matrix changed title from WIP: added git ignore and removed cvs ignore files to added git ignore and removed cvs ignore files 2023-09-06 15:29:29 +00:00
Author
Contributor

My bad, I am fixing the missing files.

My bad, I am fixing the missing files.
array-in-a-matrix changed title from added git ignore and removed cvs ignore files to WIP: added git ignore and removed cvs ignore files 2023-09-06 15:30:14 +00:00
array-in-a-matrix force-pushed master from ae0448fc94 to 5367ffca96 2023-09-06 15:46:08 +00:00 Compare
array-in-a-matrix changed title from WIP: added git ignore and removed cvs ignore files to added git ignore and removed cvs ignore files 2023-09-06 15:47:06 +00:00
Owner

Looks good. You missed the man/ entries, but that's okay because man/ will eventually be going away as I get all the documentation converted to Markdown.

Looks good. You missed the `man/` entries, but that's okay because `man/` will eventually be going away as I get all the documentation converted to Markdown.
jordan merged commit be3ee54bd8 into master 2023-09-06 18:37:30 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Telodendria/Telodendria#29
No description provided.