Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .gitmodules and .gitignore to ignore untracked files in nss and nspr #524

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update .gitmodules and .gitignore to ignore untracked files in nss an…

…d nspr submodules
  • Loading branch information
sethfowler committed Jun 17, 2013
commit da58d697f4ca09e851cea537497a0e519447f58e
@@ -23,3 +23,4 @@ src/components/script/dom/bindings/codegen/test/*.rs
src/components/script/dom/bindings/codegen/PrototypeList.h
src/components/script/dom/bindings/codegen/UnionTypes.h
src/components/script/dom/bindings/codegen/UnionConversions.h
src/support/nss/dist
@@ -91,6 +91,8 @@
[submodule "src/support/nss/nss"]
path = src/support/nss/nss
url = git://github.com/mozilla-servo/nss.git
ignore = untracked
[submodule "src/support/nss/nspr"]
path = src/support/nss/nspr
url = git://github.com/mozilla-servo/nspr.git
ignore = untracked
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.