Edit

kc3-lang/libtommath/.gitignore

Branch :

  • .gitignore
  • # suppress compiler/linker output
    *.[oa]
    *.l[oa]
    *.obj
    *.gcda
    *.gcno
    *.gcov
    *.lib
    *.tmp
    [Dd]ebug/
    [Rr]elease/
    /MSVC_*
    .libs/
    .coveralls.yml
    coverage*/
    coverage.info
    pre_gen/*
    
    # suppress output of build process and *nix/windows test executables
    timing
    timing.exe
    test
    test.exe
    mtest
    mtest.exe
    mtest_opponent
    mtest_opponent.exe
    
    # ignore eclipse project files
    .cproject
    .project
    
    # special MS Visual Studio section
    # ignore non-compressed browse file (holds information for ClassView, IntelliSense and WizardBar)
    *.ncb
    # ignore user specific settings
    *.user
    *.suo
    *.userosscache
    *.sln.docstates
    *.userprefs
    # cache/options directory
    .vs/
    # Backup & report files from converting an old project file to a newer Visual Studio version
    _UpgradeReport_Files/
    Backup*/
    UpgradeLog*.XML
    UpgradeLog*.htm
    # Visual Studio 6 build log + workspace options file
    *.plg
    *.opt
    # visual studio profiler
    *.psess
    *.vsp
    *.vspx
    *.sap
    
    # Linux perf profiler
    perf.data
    perf.data.old
    
    # ignore mpi.c generated by make
    mpi.c
    
    # ignore file generated by make tune
    tuning_list
    etc/tune
    
    # ignore stuff generated by "make manual" and "make poster"
    *.aux
    *.dvi
    *.idx
    *.lof
    *.log
    *.out
    *.toc
    *.ilg
    *.ind
    *.pdf
    *.out
    tommath.tex
    libtommath.pc
    
    # ignore files generated by testme.sh
    gcc_errors_*.txt
    test_*.txt
    
    .#*
    *~
    *.bak
    *.orig
    *.asc
    *.tar.xz
    *.zip
    
    doc/pics/*.ps
    
    callgraph.txt
    
    .build/
    build_c_asan
    build_c_cov
    build_c_debug
    build_c_main
    build_lib_asan
    build_lib_cov
    build_lib_debug
    build_lib_main
    config.mk
    .config_*