diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-01-06 12:23:42 -0500 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-01-06 12:23:42 -0500 |
| commit | 177bea75a11bc62915095213c351c8385ea12226 (patch) | |
| tree | 3e5c5c7103e082d152c23bcaead60740bd1d8550 /.gitignore | |
| download | math-utils-177bea75a11bc62915095213c351c8385ea12226.tar.gz | |
Initial commit of cdf program and basic build system
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d5d3e26 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.cache +compile_commands.json +bin/* +build/* +*.bak |