diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-05-07 17:39:13 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-05-07 17:39:13 -0700 |
commit | 8c81266fba9728f352338034373ce50649643cb8 (patch) | |
tree | 34f5170579d91f2cb39a44b63a0b45b94c62762a | |
parent | a1d3641e9c8ce8cfc0038e4a90da10e4e916fa74 (diff) |
Add /instsetoo_native to .gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | scp2/source/python/file_python.scp | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 03de4cbc7ba6..3ef23ed4d95d 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ /bin/repo-list /src.downloaded /ooo.lst +/instsetoo_native/* # misc /set_soenv.last @@ -56,6 +57,7 @@ /ID /tags /docs +/autogen.save /*/*.exe diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 3a3a807ce62b..1b70d73cf827 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -107,7 +107,7 @@ End //Scripting Framework Python example scripts File gid_File_Scripts_Python - TXT_FILE_BODY; + TXT_FILE_BODY; Styles = (ARCHIVE); Dir = gid_Dir_Share_Scripts; Name = "ScriptsPython.zip"; |