diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-10-16 18:06:26 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-10-16 18:06:26 -0400 |
commit | 6b8392485c4b81d0a398a8c88a0e1f7ab53365f5 (patch) | |
tree | 0aa0732660a2261cd0ece1833c2f99e3a2af6cb2 /.gitignore | |
parent | a7d7be20a6379bbd96a41a93f1c0edd55f1eca51 (diff) |
update gitignore
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?? |