diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..874c678 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +# 2010 +*.txt -crlf +*.c -crlf +*.h -crlf +Makefile -crlf + +# 2020 +*.txt text eol=lf +*.c text eol=lf +*.h text eol=lf +Makefile text eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93606af --- /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