diff options
author | Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> | 2022-04-26 15:21:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 15:21:48 +0200 |
commit | 264061bfc2b2b8a839321d7099dc01bc4aef8942 (patch) | |
tree | a786eb887ef4b7281334bd4b04a7fce6ce234996 | |
parent | 79812bd00d920bee6b9832e412f78043d39f1c32 (diff) | |
download | clockoverlay-264061bfc2b2b8a839321d7099dc01bc4aef8942.tar.xz |
-rw-r--r-- | .gitignore | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64927f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +# 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 + +# Binaries +clockoverlay |