Skip to content

Commit

Permalink
Ignore dirty submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaurycyLiebner committed Apr 17, 2020
1 parent d38da87 commit 2ea3b7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
[submodule "third_party/skia"]
path = third_party/skia
url = https://skia.googlesource.com/skia
ignore = dirty
[submodule "third_party/libmypaint"]
path = third_party/libmypaint
url = https://github.com/mypaint/libmypaint.git
ignore = dirty
[submodule "third_party/qscintilla"]
path = third_party/qscintilla
url = https://github.com/opencor/qscintilla.git
ignore = dirty
[submodule "third_party/quazip"]
path = third_party/quazip
url = https://github.com/stachenov/quazip.git
ignore = dirty
[submodule "third_party/gperftools"]
path = third_party/gperftools
url = https://github.com/gperftools/gperftools.git
branch = 9608fa3
ignore = dirty
3 changes: 0 additions & 3 deletions third_party/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
/libmypaint-1.5.0
/quazip-0.8.1
/Scintilla-2.11.4

0 comments on commit 2ea3b7d

Please sign in to comment.