diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-28 15:57:52 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-28 20:02:06 +0900 |
commit | 29ec67340c03fb15dce465381737b96e12ef764b (patch) | |
tree | 31a07da1af8c4fa05f64e2fb52a3bfcdbdab3c5c /.gitignore | |
download | thesis-29ec67340c03fb15dce465381737b96e12ef764b.tar.gz |
Draft skeleton
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e18ce9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +*.aux +*.bbl +*.blg +*.fdb_latexmk +*.fls +*.glo +*.ist +*.lof +*.log +*.out +*.synctex.gz +*.toc +all.pdf |