Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,39 @@
.directory
.texpadtmp
# ^ Mac Texpad application uses this directory for temporary files.

# Latex files

*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.tui
*.top
*.tmp
*.mp
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
cpp.pdf
# Since we may include PDF inserts that we generate elsewhere, if there are any other temporary pdfs
# PLEASE add them here.

# Any more platform things
.DS_Store
104 changes: 0 additions & 104 deletions cpp.aux

This file was deleted.

Empty file removed cpp.bbl
Empty file.
5 changes: 0 additions & 5 deletions cpp.blg

This file was deleted.

Empty file removed cpp.idx
Empty file.
4 changes: 0 additions & 4 deletions cpp.ilg

This file was deleted.

Empty file removed cpp.ind
Empty file.
Loading