summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 23 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7aa28f5..d493a72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,33 @@
-# C++ binary files:
+# C++ files:
*.exe
*.out
*.o
*.obj
+*.so
+*.a
# Ctags:
tags
# Vim buffers:
*.swp
+
+# LaTeX Files
+*.4tc
+*.xref
+*.tmp
+*.pyc
+*.pyo
+*.fls
+*.vrb
+*.fdb_latexmk
+*.bak
+*.swp
+*.aux
+*.log
+*.bbl
+*.blg
+*.bcf
+*.run.xml
+*.synctex
+_minted-*