Edit

kc3-lang/libtommath/.gitignore

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2010-07-23 15:20:25
    Hash : 6f5bf561
    Message : added "VisualStudio section" in .gitignore

  • .gitignore
  • # suppress compiler/linker output
    *.[oa]
    Debug/
    Release/
    
    # 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