added git ignore and removed cvs ignore files #29

Merged
jordan merged 1 commits from array-in-a-matrix/telodendria:master into master 2023-09-06 14:37:30 -04:00
Contributor

Solves #14.

Solves #14.
array-in-a-matrix added 1 commit 2023-09-06 10:49:17 -04:00
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 11:03:17 -04:00
jordan added this to the Gitea Migration project 2023-09-06 11:06:04 -04:00
jordan removed this from the Gitea Migration project 2023-09-06 11:08:27 -04:00
array-in-a-matrix added 1 commit 2023-09-06 11:28:48 -04: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 11:29:29 -04: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 11:30:14 -04:00
array-in-a-matrix force-pushed master from ae0448fc94 to 5367ffca96 2023-09-06 11:46:08 -04: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 11:47:06 -04: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 14:37:30 -04: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.