From 8c7926588b616988e7b016eaf704acee0ee77cc9 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 5 Sep 2024 01:11:42 -0700 Subject: Initial setup --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6eb228f --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# clangd cache +.cache/ + +# VSCode settings +.vscode/ + +# CMake build directory +build/ \ No newline at end of file -- cgit v1.2.3-70-g09d2