diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-06-26 21:29:03 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-06-26 21:29:03 +0300 |
| commit | b0463b0063a141c9d077a713c45a6dca681e9017 (patch) | |
| tree | 6cc7b63c3e237c5eb99c3a02a81b22f9ce29a032 /.gitignore | |
| parent | afd4919fe681f47ea39c5097d547f71807c68a3c (diff) | |
| download | a3catragmx-b0463b0063a141c9d077a713c45a6dca681e9017.tar.gz a3catragmx-b0463b0063a141c9d077a713c45a6dca681e9017.tar.bz2 a3catragmx-b0463b0063a141c9d077a713c45a6dca681e9017.zip | |
add: gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69d6a61 --- /dev/null +++ b/.gitignore @@ -0,0 +1,61 @@ +# 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 + +# debug information files +*.dwo + +# Project dirs +bin/** + +# emacs files +.#.*
\ No newline at end of file |
