diff options
author | ywang <yw05@forksworld.de> | 2020-01-29 16:26:23 +0100 |
---|---|---|
committer | ywang <yw05@forksworld.de> | 2020-04-12 16:09:38 +0200 |
commit | b6c58022b6d011f1733062faf73508b991c8dd5a (patch) | |
tree | 0708d4c80affc9eb8ca5070c9615531528920764 /.gitignore | |
parent | d4d2649c8ec639bedd0fa7a50f00bfec523fe472 (diff) | |
download | advtrains-b6c58022b6d011f1733062faf73508b991c8dd5a.tar.gz advtrains-b6c58022b6d011f1733062faf73508b991c8dd5a.tar.bz2 advtrains-b6c58022b6d011f1733062faf73508b991c8dd5a.zip |
Clean up assets
- HTML output files should be generated when needed; this is a code
repository.
- Update gitignore to ignore hidden .directory and HTML output.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ ## Eclipse project files & directories .project .settings +.directory +assets/manual.html.LyXconv/** +assets/interlocking.html.LyXconv/** |