summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Caron <stephane.caron@ens.fr>2012-05-04 15:42:27 -0700
committerStephane Caron <stephane.caron@ens.fr>2012-05-04 15:42:27 -0700
commit104e75cd80ab13e8788f0d3b565e2e6ac2cec7c6 (patch)
treed19305ce2878674a7a8268352f3324bae0e6ee8f
parent88fe0b99e9e78f69f58c60453e602236381c22ce (diff)
downloadgit_workshop-104e75cd80ab13e8788f0d3b565e2e6ac2cec7c6.tar.gz
Let the fight begin!
-rw-r--r--.gitignore7
-rw-r--r--git-workshop/workshop.tex2
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7f7ae2c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+*.aux
+*.log
+*.nav
+*.out
+*.snm
+*.toc
+*.synctex.gz
diff --git a/git-workshop/workshop.tex b/git-workshop/workshop.tex
index fa54d69..b9cdc93 100644
--- a/git-workshop/workshop.tex
+++ b/git-workshop/workshop.tex
@@ -10,7 +10,7 @@
%\setbeamercovered{transparent}
\usecolortheme{crane}
-\author[SC \& HT]{Thibaut Horel \and Stéphane Caron}
+\author[SC \& HT]{Stéphane Caron \and Thibaut Horel}
\institute{Technicolor Palo Alto}
\date{\today}
\title{Git Workshop}