From 177bea75a11bc62915095213c351c8385ea12226 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Mon, 6 Jan 2025 12:23:42 -0500 Subject: Initial commit of cdf program and basic build system --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3