summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2019-09-26 10:47:14 -0700
committerVictor Costan <pwnall@chromium.org>2019-09-26 10:57:29 -0700
commit62363d9a797e4c6607193cb14000cd3a7705c185 (patch)
tree2c84a6c05dddc21040af1740fca48d4a7769b554 /.gitignore
parentd837d5cfe1bf7b0eb52220428bc3541025db86cb (diff)
downloadsnappy-git-62363d9a797e4c6607193cb14000cd3a7705c185.tar.gz
Fully qualify std::string.
This is in preparation for removing the snappy::string alias of std::string. PiperOrigin-RevId: 271383199
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c4b2425
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Editors.
+*.sw*
+.vscode
+.DS_Store
+
+# Build directory.
+build/
+out/