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 | |
parent | a7d7be20a6379bbd96a41a93f1c0edd55f1eca51 (diff) |
update gitignore
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | helpcontent2/.gitignore | 1 |
2 files changed, 5 insertions, 3 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?? diff --git a/helpcontent2/.gitignore b/helpcontent2/.gitignore deleted file mode 100644 index 0ff7b08b34..0000000000 --- a/helpcontent2/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/wikisetup.txt |