diff options
author | Matthew Strapp <strap012@umn.edu> | 2020-09-14 08:23:02 -0500 |
---|---|---|
committer | GitHub Enterprise <noreply-github@umn.edu> | 2020-09-14 08:23:02 -0500 |
commit | d5c50f7046d6542f03ac1d802432170fb781bc73 (patch) | |
tree | 2e73ef97e7d7dd0b4d5d1841f45ccb0f3982c303 /.gitignore | |
download | csci4061-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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 52 |
1 files changed, 52 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 |