diff options
author | Pale Moon <git-repo@palemoon.org> | 2014-05-21 20:57:38 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2014-05-21 20:57:38 +0200 |
commit | c15cbbe433d822b1547f80b206d4cedf67e6b432 (patch) | |
tree | a457290bef77345e77cc1451f3b1190c48dd7a80 /.gitignore | |
parent | e7d0d3beaa9fe4c54627d35c2314b1e7c30b7284 (diff) | |
download | palemoon-gre-c15cbbe433d822b1547f80b206d4cedf67e6b432.tar.gz |
Update git ignore file for misc files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5dcf022b8..6c72a865d 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ python/psutil/build/ # Ignore chrome.manifest files from the devtools loader
browser/devtools/chrome.manifest
toolkit/devtools/chrome.manifest
+
+# Ignore misc files that need not be in the repo
+other-licenses/7zstub/firefox/7zSD - Copy.sfx.exe
|