diff options
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 82e9b213b..000826d17 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,8 @@ -libtorrent/ export-ignore -win32/ export-ignore +/libtorrent export-ignore +/win32 export-ignore docs/build export-ignore docs/source export-ignore -tests/ export-ignore +/tests export-ignore deluge/scripts export-ignore +.gitattributes export-ignore +.gitmodules export-ignore |