diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-08-26 20:05:52 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-08-26 20:05:52 +0200 |
commit | af8137ba2605d156e44a75f3bd1d5c8858a30f25 (patch) | |
tree | 61e180ab87a5e6ddba8796235a888c0db7e3fb5d /.gitignore | |
parent | 6cc4494b9815e93fa3d6c7dceb0f1c64dd21497a (diff) |
Update .gitignore.
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 |