-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (23 loc) · 546 Bytes
/
.gitignore
File metadata and controls
28 lines (23 loc) · 546 Bytes
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
# Backup files from emacs #
###########################
*~
# Auxiliary, log, and contents files from pdftex#
#################################################
*.aux
*.log
*.toc
# Raw, log, and sorted index files (makeindex) #
################################################
*.idx
*.ilg
*.ind
# Processed bibliography and log (bibtex) #
###########################################
*.bbl
*.blg
# Output file from hyperref #
#############################
*.out
# The final pdf file of the book #
##################################
os-book.pdf