diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b6db5da --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# LaTeX build artifacts +*.aux +*.log +*.out +*.toc +*.lof +*.lot +*.fls +*.fdb_latexmk +*.synctex.gz +*.synctex(busy) +*.pdfsync +*.bbl +*.blg +*.idx +*.ilg +*.ind +*.hd +*.nav +*.snm +*.vrb +*.bcf +*.run.xml +*.figlist +*.makefile +*.figlist +*.fls + +# Compiled PDFs (optional - you may want to track these) +# Uncomment the next line if you want to ignore PDFs +# *.pdf + +# Editor/IDE files +*~ +*.swp +*.swo +.DS_Store +.vscode/ +.idea/ + +# Backup files +*.bak +*.backup |