aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrei Florea <[email protected]>2022-10-01 11:51:14 -0700
committerAndrei Florea <[email protected]>2022-10-01 11:51:14 -0700
commit578bde25862048623992785d1862ad6d152fecb5 (patch)
tree044b1154614f0601217bd3a48825428f6b145b0d /.gitignore
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-lab0-florea-578bde25862048623992785d1862ad6d152fecb5.tar.xz
cst116-lab0-florea-578bde25862048623992785d1862ad6d152fecb5.zip
Adding gitignore
Diffstat (limited to '.gitignore')
-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