aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Strapp <strap012@umn.edu>2020-09-14 08:23:02 -0500
committerGitHub Enterprise <noreply-github@umn.edu>2020-09-14 08:23:02 -0500
commitd5c50f7046d6542f03ac1d802432170fb781bc73 (patch)
tree2e73ef97e7d7dd0b4d5d1841f45ccb0f3982c303
downloadcsci4061-d5c50f7046d6542f03ac1d802432170fb781bc73.tar
csci4061-d5c50f7046d6542f03ac1d802432170fb781bc73.tar.gz
csci4061-d5c50f7046d6542f03ac1d802432170fb781bc73.tar.bz2
csci4061-d5c50f7046d6542f03ac1d802432170fb781bc73.tar.lz
csci4061-d5c50f7046d6542f03ac1d802432170fb781bc73.tar.xz
csci4061-d5c50f7046d6542f03ac1d802432170fb781bc73.tar.zst
csci4061-d5c50f7046d6542f03ac1d802432170fb781bc73.zip
Initial commit
-rw-r--r--.gitignore52
-rw-r--r--README.md2
2 files changed, 54 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c6127b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,52 @@
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..42fe69c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# csci4061Projects
+Name says everything here. I'm not that creative.