Edit

kc3-lang/libtommath/.gitignore

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2014-09-28 13:12:10
    Hash : 759a926c
    Message : minor changes & clean-up & small fixes gitignore: add libtool output booker.pl: fix source code parsing and trim trailing spaces demo/demo: fix compiler warning, add informational output demo/timing & etc/tune: fix TIMFUNC() makefile: minor changes makefile.shared: increase version, add missing mp_balance_mul tommath: make sure that DIGIT_BIT is correct

  • .gitignore
  • # suppress compiler/linker output
    *.[oa]
    *.l[oa]
    *.obj
    *.gcda
    *.gcno
    *.lib
    Debug/
    Release/
    .libs/
    
    # suppress output of build process and *nix/windows test executables
    ltmtest
    ltmtest.exe
    test
    test.exe
    mtest
    mtest.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
    
    # ignore stuff generated by "make manual" and "make poster"
    *.aux
    *.dvi
    *.idx
    *.lof
    *.log
    *.out
    *.toc
    *.ilg
    *.ind
    *.pdf
    *.out
    tommath.tex