diff options
| author | Pepper <pepper@scannerjammer.com> | 2016-03-02 18:20:02 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2016-03-02 18:20:02 -0500 |
| commit | dc9ea65dfa903611593da57c397ebc67f26bdea9 (patch) | |
| tree | 33885e496668b6f189b6c766f731fcad28bcdb69 | |
| parent | 0e49b5974203c62bcd1edde1a83e73515358920c (diff) | |
gitignore
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | photoblaster/modules/.ropeproject/config.py | 96 | ||||
| -rw-r--r-- | photoblaster/modules/.ropeproject/globalnames | bin | 482 -> 0 bytes | |||
| -rw-r--r-- | photoblaster/modules/.ropeproject/history | 1 | ||||
| -rw-r--r-- | photoblaster/modules/.ropeproject/objectdb | 1 |
5 files changed, 1 insertions, 99 deletions
@@ -5,4 +5,4 @@ *.pyc *.un~ ./logs/* -*ropeproject* +*.ropeproject* diff --git a/photoblaster/modules/.ropeproject/config.py b/photoblaster/modules/.ropeproject/config.py deleted file mode 100644 index 3745e30..0000000 --- a/photoblaster/modules/.ropeproject/config.py +++ /dev/null @@ -1,96 +0,0 @@ -# The default ``config.py`` - - -def set_prefs(prefs): - """This function is called before opening the project""" - - # Specify which files and folders to ignore in the project. - # Changes to ignored resources are not added to the history and - # VCSs. Also they are not returned in `Project.get_files()`. - # Note that ``?`` and ``*`` match all characters but slashes. - # '*.pyc': matches 'test.pyc' and 'pkg/test.pyc' - # 'mod*.pyc': matches 'test/mod1.pyc' but not 'mod/1.pyc' - # '.svn': matches 'pkg/.svn' and all of its children - # 'build/*.o': matches 'build/lib.o' but not 'build/sub/lib.o' - # 'build//*.o': matches 'build/lib.o' and 'build/sub/lib.o' - prefs['ignored_resources'] = [ - '*.pyc', '*~', '.ropeproject', '.hg', '.svn', '_svn', '.git', - '.tox', '.env', 'node_modules', 'bower_components'] - - # Specifies which files should be considered python files. It is - # useful when you have scripts inside your project. Only files - # ending with ``.py`` are considered to be python files by - # default. - #prefs['python_files'] = ['*.py'] - - # Custom source folders: By default rope searches the project - # for finding source folders (folders that should be searched - # for finding modules). You can add paths to that list. Note - # that rope guesses project source folders correctly most of the - # time; use this if you have any problems. - # The folders should be relative to project root and use '/' for - # separating folders regardless of the platform rope is running on. - # 'src/my_source_folder' for instance. - #prefs.add('source_folders', 'src') - - # You can extend python path for looking up modules - #prefs.add('python_path', '~/python/') - - # Should rope save object information or not. - prefs['save_objectdb'] = True - prefs['compress_objectdb'] = False - - # If `True`, rope analyzes each module when it is being saved. - prefs['automatic_soa'] = True - # The depth of calls to follow in static object analysis - prefs['soa_followed_calls'] = 0 - - # If `False` when running modules or unit tests "dynamic object - # analysis" is turned off. This makes them much faster. - prefs['perform_doa'] = True - - # Rope can check the validity of its object DB when running. - prefs['validate_objectdb'] = True - - # How many undos to hold? - prefs['max_history_items'] = 32 - - # Shows whether to save history across sessions. - prefs['save_history'] = True - prefs['compress_history'] = False - - # Set the number spaces used for indenting. According to - # :PEP:`8`, it is best to use 4 spaces. Since most of rope's - # unit-tests use 4 spaces it is more reliable, too. - prefs['indent_size'] = 4 - - # Builtin and c-extension modules that are allowed to be imported - # and inspected by rope. - prefs['extension_modules'] = [] - - # Add all standard c-extensions to extension_modules list. - prefs['import_dynload_stdmods'] = True - - # If `True` modules with syntax errors are considered to be empty. - # The default value is `False`; When `False` syntax errors raise - # `rope.base.exceptions.ModuleSyntaxError` exception. - prefs['ignore_syntax_errors'] = False - - # If `True`, rope ignores unresolvable imports. Otherwise, they - # appear in the importing namespace. - prefs['ignore_bad_imports'] = False - - # If `True`, rope will transform a comma list of imports into - # multiple separate import statements when organizing - # imports. - prefs['split_imports'] = False - - # If `True`, rope will sort imports alphabetically by module name - # instead of alphabetically by import statement, with from imports - # after normal imports. - prefs['sort_imports_alphabetically'] = False - - -def project_opened(project): - """This function is called after opening the project""" - # Do whatever you like here! diff --git a/photoblaster/modules/.ropeproject/globalnames b/photoblaster/modules/.ropeproject/globalnames Binary files differdeleted file mode 100644 index 795a9f6..0000000 --- a/photoblaster/modules/.ropeproject/globalnames +++ /dev/null diff --git a/photoblaster/modules/.ropeproject/history b/photoblaster/modules/.ropeproject/history deleted file mode 100644 index fcd9c96..0000000 --- a/photoblaster/modules/.ropeproject/history +++ /dev/null @@ -1 +0,0 @@ -€]q(]q]qe.
\ No newline at end of file diff --git a/photoblaster/modules/.ropeproject/objectdb b/photoblaster/modules/.ropeproject/objectdb deleted file mode 100644 index 29c40cd..0000000 --- a/photoblaster/modules/.ropeproject/objectdb +++ /dev/null @@ -1 +0,0 @@ -€}q.
\ No newline at end of file |
