diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index f54991de48..711d138896 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,12 @@ .*.sw[op] .gitattributes +# Wiki +/wikisetup.txt + # Python -helpcontent2/wiki-to-help/*.pyc -helpcontent2/wiki-to-help/mwlib_mods/*.pyc +/wiki-to-help/*.pyc +/wiki-to-help/mwlib_mods/*.pyc # the build directories /unxlng?? |