diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-05-12 19:06:13 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-05-12 19:06:13 +0200 |
commit | 984e1fcc33e66f9e3c21b44af36ddc33642d0afa (patch) | |
tree | bdd07f13dec4bb918419bfa19f18b63e7ec17537 | |
parent | ce2b74f7332b62d4c34141b888bde09595b8f10d (diff) | |
parent | 17efd164dfa742e13464bfa5780ea68c8c1873aa (diff) | |
download | otp-984e1fcc33e66f9e3c21b44af36ddc33642d0afa.tar.gz otp-984e1fcc33e66f9e3c21b44af36ddc33642d0afa.tar.bz2 otp-984e1fcc33e66f9e3c21b44af36ddc33642d0afa.zip |
Merge branch 'egil/update-gitignore'
* egil/update-gitignore:
Update .gitignore
-rw-r--r-- | .gitignore | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore index 3dcfa79f4d..455d3e5f55 100644 --- a/.gitignore +++ b/.gitignore @@ -360,15 +360,8 @@ JAVADOC-GENERATED # system -/system/doc/pdf/*.pdf -/system/doc/pdf/*.fo -/system/doc/html/*.html -/system/doc/html/*.eix -/system/doc/html/js -/system/doc/html/*/*.html -/system/doc/html/*/*.gif -/system/doc/html/*/*.jpg -/system/doc/html/*/*.eix +/system/doc/pdf +/system/doc/html /system/doc/top/PR.template /system/doc/top/erlresolvelinks.js /system/doc/programming_examples/funs.xml |