Open main menu

Changes

Git installation

331 bytes added, 18:07, 19 October 2015
Forced creation of a TOC - this will improve the formatting on the main page 'Did you know...' section.
== Why git ==See [http://www.youtube.com/watch?v=4XpnKHJAok8 Linus Torvalds on git.]__TOC__
== Install ==
<source lang="text">
# Git files
relax_commit.txt
.gitignore
authors.txt
relax_scripts
*.patch
# From scons
.sconsign.dblite
.sconsign.tmp
 
# From building: scons api_manual_html
docs/api/
relaxc
sconstructc
 
# From building: scons user_manual_pdf
*.aux
*.bbl
*.blg
*.dvi
*.idx
*.ilg
*.ind
*.lof
*.lot
*.out
*.toc
docs/latex/docstring.tex
docs/latex/relax_version.tex
docs/latex/script_definition.tex
docs/latex/relax.pdf
docs/relax.pdf
# From test_suite
spin_
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
*.pyobj*.exp*.lib*.swppyd
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.rar
*.tar
*.zip
# Logs and databases #
######################
/docs/latex/*.log*.sql*.sqlite
# OS generated files #
######################
Trusted, Bureaucrats
4,223

edits