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
# 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