"Fossies" - the Fresh Open Source Software Archive

Member "detox-1.4.5/.gitignore" (15 Aug 2021, 564 Bytes) of package /linux/privat/detox-1.4.5.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the last Fossies "Diffs" side-by-side code changes report for ".gitignore": 1.4.3_vs_1.4.4.

    1 # Object files
    2 *.o
    3 *.ko
    4 *.obj
    5 *.elf
    6 
    7 # Precompiled Headers
    8 *.gch
    9 *.pch
   10 
   11 # Libraries
   12 *.lib
   13 *.a
   14 *.la
   15 *.lo
   16 
   17 # Shared objects (inc. Windows DLLs)
   18 *.dll
   19 *.so
   20 *.so.*
   21 *.dylib
   22 
   23 # Executables
   24 *.exe
   25 *.out
   26 *.app
   27 *.i*86
   28 *.x86_64
   29 *.hex
   30 
   31 # Debug files
   32 *.dSYM/
   33 *.su
   34 
   35 # Maintainer files
   36 *.patch
   37 *~
   38 .idea
   39 aclocal.m4
   40 autom4te.cache/
   41 compile
   42 depcomp
   43 install-sh
   44 missing
   45 ylwrap
   46 
   47 # Dist Clean files
   48 Makefile
   49 Makefile.in
   50 config.h
   51 config.log
   52 config.status
   53 
   54 # Clean files
   55 detox
   56 inline-detox
   57 .deps/
   58 stamp-h1
   59 
   60 # Testing files
   61 lab/
   62 
   63 # Dist files
   64 /detox-*.tar.gz
   65 /detox-*.tar.bz2
   66 /detox-*.zip