diff options
author | Matthew Strapp <strap012@umn.edu> | 2021-02-24 15:04:04 -0600 |
---|---|---|
committer | GitHub Enterprise <noreply-github@umn.edu> | 2021-02-24 15:04:04 -0600 |
commit | ae49c3ec0639550b22b61c3c6a7f76e03a3f2a68 (patch) | |
tree | 3f5e38a5a531451706cb428bbeecd84d1443b6b5 /.gitignore | |
download | ee3102-ae49c3ec0639550b22b61c3c6a7f76e03a3f2a68.tar ee3102-ae49c3ec0639550b22b61c3c6a7f76e03a3f2a68.tar.gz ee3102-ae49c3ec0639550b22b61c3c6a7f76e03a3f2a68.tar.bz2 ee3102-ae49c3ec0639550b22b61c3c6a7f76e03a3f2a68.tar.lz ee3102-ae49c3ec0639550b22b61c3c6a7f76e03a3f2a68.tar.xz ee3102-ae49c3ec0639550b22b61c3c6a7f76e03a3f2a68.tar.zst ee3102-ae49c3ec0639550b22b61c3c6a7f76e03a3f2a68.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 |