Support: More BlockFrequencyTest => BranchProbabilityTest
[oota-llvm.git] / .gitignore
index 24628309dca49ea6c31dd6ca99cd7e577b35792c..dd0f148c66c989b298a7a31297848e74a0158e7a 100644 (file)
@@ -18,6 +18,8 @@
 # vim swap files
 .*.swp
 .sw?
+#OS X specific files.
+.DS_store
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).
@@ -35,7 +37,6 @@ compile_commands.json
 #==============================================================================#
 # External projects that are tracked independently.
 projects/*
-!projects/sample
 !projects/CMakeLists.txt
 !projects/Makefile
 # Clang, which is tracked independently.