aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-10-12 01:31:48 -0700
committerAndrei F <[email protected]>2022-10-12 01:31:48 -0700
commita75fc4f214673ffe1643786f5aa73f413c02279e (patch)
treed5802461a9c78990559a4d3fd275c1b5d4c029e0
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-ch6-debugging-florea-a75fc4f214673ffe1643786f5aa73f413c02279e.tar.xz
cst116-ch6-debugging-florea-a75fc4f214673ffe1643786f5aa73f413c02279e.zip
Adding .gitignore file
-rw-r--r--.gitignore36
1 files changed, 36 insertions, 0 deletions
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