diff options
author | Brendan Forster <github@brendanforster.com> | 2018-04-11 14:16:07 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 14:16:07 +1000 |
commit | 6fc979633d50a093e3245706b355c5555ed6ab9f (patch) | |
tree | e7514159b22b0c14d53e6ed16aa3d9a9a20e86f7 | |
parent | 65d42ea0062039a1ffd97e330c35c6bacfab92b3 (diff) | |
parent | 65bbc266474e435a1604ec1e8ec37562ba1db7c4 (diff) | |
download | gitignore-6fc979633d50a093e3245706b355c5555ed6ab9f.tar.gz gitignore-6fc979633d50a093e3245706b355c5555ed6ab9f.zip |
Merge pull request #2660 from jnslmk/master
Added *.nlo and *.nls extensions to TeX.gitignore
-rw-r--r-- | TeX.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TeX.gitignore b/TeX.gitignore index 78c1c5cd..c560658e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -153,7 +153,9 @@ _minted* *.mw # nomencl +*.nlg *.nlo +*.nls # pax *.pax |