OSDN Git Service

android: AMDGPU/GlobalISel: fix tablegen rules (llvm90)
[android-x86/external-llvm.git] / .gitignore
index 02146ef..48dec78 100644 (file)
@@ -21,6 +21,9 @@
 #OS X specific files.
 .DS_store
 
+# Nested build directory
+/build
+
 #==============================================================================#
 # Explicit files to ignore (only matches one).
 #==============================================================================#
@@ -38,14 +41,22 @@ cscope.out
 autoconf/aclocal.m4
 autoconf/autom4te.cache
 /compile_commands.json
+# Visual Studio built-in CMake configuration
+/CMakeSettings.json
+# CLion project configuration
+/.idea
+# Qt Creator project configuration
+/CMakeLists.txt.user
 
 #==============================================================================#
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
 #==============================================================================#
 # External projects that are tracked independently.
 projects/*
-!projects/CMakeLists.txt
+!projects/*.*
 !projects/Makefile
+runtimes/*
+!runtimes/*.*
 # Clang, which is tracked independently.
 tools/clang
 # LLDB, which is tracked independently.
@@ -56,8 +67,15 @@ tools/lld
 tools/llgo
 # Polly, which is tracked independently.
 tools/polly
+# avrlit, which is tracked independently.
+tools/avrlit
 # Sphinx build tree, if building in-source dir.
 docs/_build
+# VS2017 and VSCode config files.
+.vscode
+.vs
+# clangd index
+.clangd
 
 #==============================================================================#
 # Files created in tree by the Go bindings.