Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: cmake/.gitignore

Issue 1319543003: Example CMake build for Skia. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: sort Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cmake/CMakeLists.txt » ('j') | cmake/CMakeLists.txt » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmake/.gitignore
diff --git a/cmake/.gitignore b/cmake/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..8c39254a4fe98541fb83dc9a49e5d3d337351020
--- /dev/null
+++ b/cmake/.gitignore
@@ -0,0 +1,11 @@
+*.swp
+
+*.ninja
+.ninja*
+CMakeCache.txt
+CMakeFiles
+cmake_install.cmake
+
+libskia.dylib
+example
+example.png
« no previous file with comments | « no previous file | cmake/CMakeLists.txt » ('j') | cmake/CMakeLists.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698