diff options
author | Matthew Strapp <matt@mattstrapp.net> | 2024-05-12 09:30:24 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 10:22:13 -0500 |
commit | e85b4f424ed239452567dab15fef6a4ad93b1775 (patch) | |
tree | edcdc527a27a12a2ccd08260e7fee8fba716b352 /.gitignore | |
download | locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.gz locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.bz2 locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.lz locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.xz locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.tar.zst locusts-e85b4f424ed239452567dab15fef6a4ad93b1775.zip |
Initial commit
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.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 |