summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-09-13 14:22:17 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-09-13 14:22:17 +0000
commit9c6a35f48a39f3c322b6149b7d1570d08cb0bd5b (patch)
tree4250d6f776eb2c6d55f7cf761bc8822f2d1538e5
parentMerge branch 'master' of gitlab.com:inkscape/inkscape (diff)
downloadinkscape-9c6a35f48a39f3c322b6149b7d1570d08cb0bd5b.tar.gz
inkscape-9c6a35f48a39f3c322b6149b7d1570d08cb0bd5b.zip
update gitignore
-rw-r--r--.gitignore1
-rw-r--r--.vscode/settings.json62
2 files changed, 1 insertions, 62 deletions
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