diff options
author | Elias Fleckenstein <54945686+EliasFleckenstein03@users.noreply.github.com> | 2021-12-30 19:30:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-30 19:30:58 +0100 |
commit | 47f9b719c4ffb1641ff5b2cb626d4121c23fb066 (patch) | |
tree | f08bd8a0b53ce9c1b66f3d1b3c39cd4b2a3a08c9 | |
parent | e7f52e298f71cc2e7cb132abfb1c26bbe540309f (diff) | |
download | uwu-nolambda-47f9b719c4ffb1641ff5b2cb626d4121c23fb066.tar.xz |
Create .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 |