Updated GitIgnore

This commit is contained in:
Maddox Werts 2024-08-11 22:07:41 -04:00
parent f8b88160bf
commit 2833cacac3

60
.gitignore vendored
View file

@ -1,18 +1,56 @@
# ---> Rust # C Language
# Generated by Cargo # Prerequisites
# will have compiled files and executables *.d
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # Object files
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html *.o
Cargo.lock *.ko
*.obj
*.elf
# These are backup files generated by rustfmt # Linker output
**/*.rs.bk *.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 *.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Executables # Executables
**.fap **.fap