From a75fc4f214673ffe1643786f5aa73f413c02279e Mon Sep 17 00:00:00 2001 From: Andrei F Date: Wed, 12 Oct 2022 01:31:48 -0700 Subject: Adding .gitignore file --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ef53c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# CLion things specific for Andrei +/cmake-build-debug +CMakeLists.txt + +# 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 \ No newline at end of file -- cgit v1.2.3