From 9c6a35f48a39f3c322b6149b7d1570d08cb0bd5b Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Thu, 13 Sep 2018 16:22:17 +0200 Subject: update gitignore --- .gitignore | 1 + .vscode/settings.json | 62 --------------------------------------------------- 2 files changed, 1 insertion(+), 62 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 9207afd5a..0f883258a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ inkscape_devel_source.tar.bz2 *.swp *~ *.rej +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a4302e926..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,62 +0,0 @@ -{ - "files.associations": { - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "csetjmp": "cpp", - "csignal": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "atomic": "cpp", - "strstream": "cpp", - "chrono": "cpp", - "cinttypes": "cpp", - "condition_variable": "cpp", - "cstdint": "cpp", - "slist": "cpp", - "initializer_list": "cpp", - "iosfwd": "cpp", - "mutex": "cpp", - "ratio": "cpp", - "system_error": "cpp", - "thread": "cpp", - "typeindex": "cpp", - "array": "cpp", - "*.tcc": "cpp", - "bitset": "cpp", - "complex": "cpp", - "deque": "cpp", - "list": "cpp", - "unordered_map": "cpp", - "unordered_set": "cpp", - "vector": "cpp", - "exception": "cpp", - "fstream": "cpp", - "functional": "cpp", - "iomanip": "cpp", - "iostream": "cpp", - "istream": "cpp", - "limits": "cpp", - "memory": "cpp", - "new": "cpp", - "numeric": "cpp", - "optional": "cpp", - "ostream": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "streambuf": "cpp", - "string_view": "cpp", - "type_traits": "cpp", - "tuple": "cpp", - "typeinfo": "cpp", - "utility": "cpp", - "valarray": "cpp", - "algorithm": "cpp" - } -} \ No newline at end of file -- cgit v1.2.3