From 77dff6163cd1f3f69d30edf34d1bfa0d1c8b108c Mon Sep 17 00:00:00 2001 From: Andrei F Date: Sun, 16 Oct 2022 17:03:51 -0700 Subject: Adding git ignore 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