Top-level .gitignore.

Commit
d44493946e71d9eaf1dd6c43aaac6c5b980b4c01
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
.gitignore
index 7b8e52e9..74a65750 100644..100644
@@ -4,8 +4,16 @@
4 4 secret*
5 5 projects
6 6
7 Removed: # .org => .el => .elc
7 Added: # Bytecode and native-compiled files.
8 8 *.elc
9 Added:
10 Added: # LaTeX pdf build artefacts.
11 Added: *.pdf
12 Added: *.tex
13 Added: *.log
14 Added:
15 Added: # Org export results.
16 Added: *.html
9 17
10 18 # All caches
11 19 *.cache