Skip to content

Commit 2201ec0

Browse files
committed
fix: add 'ex' dir required for latex build to work
1 parent 973deaf commit 2201ec0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lectures/latex/ex/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Ignore all files, except this .gitignore file.
2+
# The directory ex must exist for the build to work, but git doesn't
3+
# track empty directories. Now, it is not empty. (\(^_^)/)
4+
5+
*.*
6+
!.gitignore

0 commit comments

Comments
 (0)