💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › .gitignore.gmi captured on 2024-08-18 at 18:00:45. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

forb

Log

Files

Refs

README

LICENSE

.gitignore (507B)

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