diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index acaf1d1889..380ce01d32 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ .*.sw[op] .gitattributes +# Python +helpcontent2/wiki-to-help/*.pyc +helpcontent2/wiki-to-help/mwlib_mods/*.pyc + # the build directories /*/unxlng?? /*/unxlng??.pro @@ -10,3 +14,4 @@ /*/wntmsc???.pro /*/unxmac?? /*/unxmac??.pro +/*/wntgcci.pro |