aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2026-01-11 14:20:59 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2026-01-11 14:30:25 -0500
commita9485e7458a2f23ee4805d926f45fc4908e3420a (patch)
tree83f1ef621e39395176d4a4a3b7ae02c8c4ecd7fb /.gitignore
parent83d1cc38f7462dfee1d174a2ae64528e49eb0331 (diff)
downloadweekschedule-a9485e7458a2f23ee4805d926f45fc4908e3420a.tar.gz
Organized as a proper git repo
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore43
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