commit 53bf5b2d7ca21b01f7cbdc050dffd601f2820637 parent d1775ae5711a2269e5f10fbf8681215deff7bcdc Author: Bertrand BRUN <bertrand0brun@gmail.com> Date: Fri, 21 Jan 2011 18:31:01 +0100 modification des .gitignore (pour eliminer les .DS_Store de mac) Diffstat:
| A | .gitignore | | | 2 | ++ |
| M | feuille-route/.gitignore | | | 3 | +++ |
| M | rapport/.gitignore | | | 3 | +++ |
| A | rapport/um2/ufr.jpg | | | 0 |
4 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1 @@ +.DS_Store +\ No newline at end of file diff --git a/feuille-route/.gitignore b/feuille-route/.gitignore @@ -2,4 +2,7 @@ *.log *.out *.toc +*.bbl +*.blg +*.synctex.gz feuille-route.pdf diff --git a/rapport/.gitignore b/rapport/.gitignore @@ -3,3 +3,5 @@ *.out *.toc *.pdf +*.synctex.gz +.DS_Store +\ No newline at end of file diff --git a/rapport/um2/ufr.jpg b/rapport/um2/ufr.jpg Binary files differ.