Add little bit about gitignore
[ai-gitworkshop.git] / git.tex
diff --git a/git.tex b/git.tex
index 209f0d4..9c541be 100644 (file)
--- a/git.tex
+++ b/git.tex
@@ -740,6 +740,19 @@ pushd = push origin develop
        \end{minted}
 \end{frame}
 
+\subsection{Gitignore}
+\begin{frame}[fragile]
+       \frametitle{Ignore certain files}
+       \begin{minted}{console}
+|\$| cat ~/projects/somelatexproject/.gitignore
+*.aux
+*.fmt
+*.log
+*.out
+*.pdf
+       \end{minted}
+\end{frame}
+
 \subsection{What is the difference betweeen all the clone urls?}
 \begin{frame}
        \frametitle{SSH or HTTPS}