💾 Archived View for gmi.noulin.net › gitRepositories › straceMalloc › file › .gitignore.gmi captured on 2023-01-29 at 13:21:35. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

straceMalloc

Log

Files

Refs

README

.gitignore (444B)

     1 malloc
     2 *.swp
     3 
     4 # Prerequisites
     5 *.d
     6 
     7 # Object files
     8 *.o
     9 *.ko
    10 *.obj
    11 *.elf
    12 
    13 # Linker output
    14 *.ilk
    15 *.map
    16 *.exp
    17 
    18 # Precompiled Headers
    19 *.gch
    20 *.pch
    21 
    22 # Libraries
    23 *.lib
    24 *.a
    25 *.la
    26 *.lo
    27 
    28 # Shared objects (inc. Windows DLLs)
    29 *.dll
    30 *.so
    31 *.so.*
    32 *.dylib
    33 
    34 # Executables
    35 *.exe
    36 *.out
    37 *.app
    38 *.i*86
    39 *.x86_64
    40 *.hex
    41 
    42 # Debug files
    43 *.dSYM/
    44 *.su
    45 *.idb
    46 *.pdb
    47 
    48 # Kernel Module Compile Results
    49 *.mod*
    50 *.cmd
    51 .tmp_versions/
    52 modules.order
    53 Module.symvers
    54 Mkfile.old
    55 dkms.conf