aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Florea <[email protected]>2022-10-01 11:30:59 -0700
committerAndrei Florea <[email protected]>2022-10-01 11:30:59 -0700
commite559cb554fdb3fcd8204976576d3ee9458aad962 (patch)
tree4188901f111f6018db264c8af7f28a52de3cb397
parentDelete test.txt (diff)
downloadcst116-lab0-debugging-florea-e559cb554fdb3fcd8204976576d3ee9458aad962.tar.xz
cst116-lab0-debugging-florea-e559cb554fdb3fcd8204976576d3ee9458aad962.zip
Adding git ignore
-rw-r--r--.gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d99efa9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+# 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 \ No newline at end of file