Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/ruy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Martin-Noble <gcmn@google.com>2021-01-21 23:22:43 +0300
committerGitHub <noreply@github.com>2021-01-21 23:22:43 +0300
commitfad5a101143f2c27e0888ef0afe0e5230907a782 (patch)
treeaa02bdb85ca77a1e49a063e103b06eeb0c439bc8
parent4bdd13c49aa74bd9695aa050f67ffd688a1e88a4 (diff)
Add basic gitignore (#246)
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..950a145
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+# Visual Studio files
+.vs/
+.vscode/
+*.sdf
+*.opensdf
+*.VC.opendb
+*.suo
+*.user
+
+# macOS files
+.DS_Store
+
+# CMake artifacts
+build/
+build-*/
+
+# Bazel artifacts
+**/bazel-*
+
+# Emacs autosaves
+*~
+\#*\#
+
+# Vim swap files
+[._]*.sw[a-p]
+
+# Source indexing files
+compile_commands.json
+.cache/clangd
+.clangd/