diff options
| author | Joshua Boniface <joshua@boniface.me> | 2018-08-10 13:41:41 -0400 |
|---|---|---|
| committer | Vasily <just.one.man@yandex.ru> | 2018-10-22 01:59:25 +0300 |
| commit | e33f541c2b60d3f7b7303d66af497c59637f8334 (patch) | |
| tree | c68c19bfd24041e830c94f4456e34be0696e85eb | |
| parent | 951d2408025831654efb76ecbc2dce02aa677c4f (diff) | |
Move this to the latter part of the file to avoid conflicts
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 7052694b7..fe9c9e144 100644 --- a/.gitignore +++ b/.gitignore @@ -20,9 +20,6 @@ local.properties .settings/ .loadpath -# Don't ignore the debian/bin folder -!debian/bin/ - # External tool builders .externalToolBuilders/ @@ -237,3 +234,6 @@ pip-log.txt .mr.developer.cfg MediaBrowser.WebDashboard/dashboard-ui/.idea/ /.vs + +# Don't ignore the debian/bin folder +!debian/bin/ |
