From 98cef5e9a772602d42acfcf233838c760424db9a Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Thu, 13 Feb 2025 18:00:17 +1100 Subject: initial commit --- comp6771/2/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 comp6771/2/.gitignore (limited to 'comp6771/2/.gitignore') diff --git a/comp6771/2/.gitignore b/comp6771/2/.gitignore new file mode 100644 index 0000000..61b8ef7 --- /dev/null +++ b/comp6771/2/.gitignore @@ -0,0 +1,16 @@ +build/ +build_release/ +Testing/ +.cache/ +.clangd/ +.vs/ +.DS_Store +CMakeFiles +CMakeCache.txt +CTestTestfile.cmake +Makefile +cmake_install.cmake +compile_commands.json +filtered_string_view_test +libcatch2_main.a +libfiltered_string_view.a -- cgit v1.2.3