Skip to content

Commit

Permalink
improve rules that help incorporate external repos
Browse files Browse the repository at this point in the history
Rules that help incorporate the [external dbg
repo](https://github.com/lcn2/dbg.git), the [external
dyn_array](https://github.com/lcn2/dyn_array.git), and the [external
jparse repo](https://github.com/lcn2/jparse.git) have been added,
modified or replaced.

For details or to remind yourself of what these rules do, see: `make
dbg.help`, `make dyn_array.help`, `jparse.help`, and `all.help`.

It "goees without saying", so we will say it anyway :-),
some of these rules should be used with case.
  • Loading branch information
lcn2 committed Aug 6, 2023
1 parent f602c74 commit 6afb926
Show file tree
Hide file tree
Showing 2 changed files with 443 additions and 72 deletions.
6 changes: 4 additions & 2 deletions .exclude
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.a
*.o
.?*
.*.swp
.DS_Store
.git
.gitignore
.github
.local.dir.tags
Loading

0 comments on commit 6afb926

Please sign in to comment.