From 10f9dfe4801268b68d8526ba4507abb324cf349c Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 13 Mar 2018 11:31:26 +0100 Subject: Started version control The first version of these slides was presented in a talk I gave at CRAL on the 9th of February (placed at the end of slides on the science topic I was talking about). Later, I separated them into an independent set of slides to help facilitate the discussions I was having and also to upload on my webpage. As the concept is evolving, I found my self having to make changes to the slides, so to keep track of the slides and history of the changes, I thought of making this repository. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5af27e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*~ +*.aux +*.log +*.nav +*.out +*.pdf +*.snm +*.toc \ No newline at end of file -- cgit v1.2.1