aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e2b0668
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+# Generic
+
+*~*
+*#*
+
+# LaTeX compilation remedies
+
+*.aux
+*.dvi
+*.log
+*.lyx
+*.nav
+*.out
+*.snm
+*.toc
+*.vrb
+
+# LaTeX package intermediates
+
+*.dtx
+*.ins
+*.tex
+*.sty
+*.cls
+
+!tex/*.sty
+!tex/*.cls
+!doc/*.tex
+
+
+# LaTeX PDF output
+
+*.pdf