-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (35 loc) · 873 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# vim: set foldmethod=marker :
########################################################################
# This file is a compilation of some among the most common ignores
# needed for scientists producing texts in a number of formats (LaTeX,
# Word, Excel, etc.), PDF files, and working with stuff such as Python
# and R. As a bonus, there are some standard ignore patterns for Windows
# and Mac.
# Generated binary files (PDF, Word, etc.) go here {{{1
## Book build output
_book
# Vim sessions are a user's preference.
*.vim
# Jekyll {{{1
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
.vendor/
.bundle/
Gemfile.lock
# Word processors and other binary cruft {{{1
_csl
# LibreOffice locks
.~lock.*#
*.tmp
# Word temporary
~$*.doc*
# Word Auto Backup File
Backup of *.doc*
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk
# PowerPoint temporary
~$*.ppt*