From 27564303b4c0e0b569141afcf6c6513c74b17ff7 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sat, 8 Feb 2025 14:56:35 -0500 Subject: feat: improving C setup, adding Python setup --- C/.gitignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 C/.gitignore (limited to 'C/.gitignore') diff --git a/C/.gitignore b/C/.gitignore new file mode 100644 index 0000000..c6127b3 --- /dev/null +++ b/C/.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 -- cgit v1.2.3