aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-10-26 20:54:43 -0700
committerAndrei F <[email protected]>2022-10-26 20:54:43 -0700
commit9969c03c22aad2f60786d9b91847b4ff7c3180a1 (patch)
treebc89a47c2dd63f6d6615d02abc551a6776eb3f24
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-ch10-debugging-florea-9969c03c22aad2f60786d9b91847b4ff7c3180a1.tar.xz
cst116-ch10-debugging-florea-9969c03c22aad2f60786d9b91847b4ff7c3180a1.zip
Added 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