.gitignore (405B)
1 php/doc/tutorial.* 2 php/doc/arch.* 3 !php/doc/tutorial.texi 4 common/graphics/*.png 5 common/graphics/*.pdf 6 common/graphics/*.jpg 7 *~ 8 python/doc/arch.png 9 python/doc/arch_nobo.jpg 10 python/doc/arch_nobo.pdf 11 python/doc/tutorial.aux 12 python/doc/tutorial.cp 13 python/doc/tutorial.cps 14 python/doc/tutorial.html 15 python/doc/tutorial.log 16 python/doc/tutorial.pdf 17 python/doc/tutorial.toc 18 19 __pycache__ 20 dist 21 *.egg-info 22 test-env 23