diff --git a/.gitignore b/.gitignore index d7b439b..598d0be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,56 @@ -# ---> Rust -# Generated by Cargo -# will have compiled files and executables -debug/ -target/ +# C Language +# Prerequisites +*.d -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock +# Object files +*.o +*.ko +*.obj +*.elf -# These are backup files generated by rustfmt -**/*.rs.bk +# Linker output +*.ilk +*.map +*.exp -# MSVC Windows builds of rustc generate these, which store debugging information +# 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 + # Executables **.fap