diff options
author | Oxbian <oxbian@mailbox.org> | 2025-02-08 14:56:35 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-02-08 14:56:35 -0500 |
commit | 27564303b4c0e0b569141afcf6c6513c74b17ff7 (patch) | |
tree | 2e8c4dc58abda7d603567fda5b52e539230942f6 /C/.gitignore | |
parent | ece2583cee34ad19e3b3458e9c884638c8f8b73c (diff) | |
download | coding-style-main.tar.gz coding-style-main.zip |
feat: improving C setup, adding Python setupmain
Diffstat (limited to 'C/.gitignore')
-rw-r--r-- | C/.gitignore | 52 |
1 files changed, 52 insertions, 0 deletions
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 |