From: Vivien Maisonneuve Date: Tue, 11 Feb 2014 10:50:38 +0000 (+0100) Subject: sublime-project file X-Git-Url: https://scm.cri.ensmp.fr/git/pipstransfo.git/commitdiff_plain/1860c231c4e84e51f626a37f6e2404bb4554e6b8?ds=inline sublime-project file --- diff --git a/pipstransfo.sublime-project b/pipstransfo.sublime-project new file mode 100644 index 0000000..068a673 --- /dev/null +++ b/pipstransfo.sublime-project @@ -0,0 +1,31 @@ +{ + "folders": [ + { + "path": ".", + "name": "Document", + "folder_exclude_patterns": ["bin"], + "file_exclude_patterns": [ + "*.aux", + "*.bbl", + "*.blg", + "*.fdb_latexmk", + "*.fls", + "*.lof", + "*.log", + "*.nav", + "*.out", + "*.pdf", + "*.snm", + "*.sublime-workspace", + "*.synctex.gz", + "*.synctex.gz(busy)", + "*.toc", + "*.vrb" + ] + }, + { + "path": "bin", + "name": "Scripts" + } + ] +}