Skip to content

Commit

Permalink
Added .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Paradyx committed Oct 3, 2019
1 parent 6f58f08 commit d833521
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## This is the .gitignore file. Files listed here
## can only be added with git add -f
## and are ignored otherwise


# Output file (don't store binary data unless needed)
*.pdf

# Compile helper files
*.acn
*.acr
*.alg
*.aux
*.ist
*.log
*.fls
*.fdb_latexmk



# Common editor save files
*.bak

## vim
*.swp
*.swo

##gedit
*.tex~

0 comments on commit d833521

Please sign in to comment.