projects
/
project
/
opkg-lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7903b04
)
.gitignore: ignore CMake artifacts
author
Jo-Philipp Wich
<jo@mein.io>
Fri, 17 Feb 2017 14:10:07 +0000
(15:10 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Fri, 17 Feb 2017 14:15:21 +0000
(15:15 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index df61d46c4c07ffdc50004a4999311c601cb07c1b..315b4246773c29f366205d42a04ee3b0329a87ff 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-64,3
+64,16
@@
tests/libopkg_test
# Man pages
man/*.1
+
+# CMake artifacts
+CMakeCache.txt
+CMakeFiles/
+cmake_install.cmake
+libbb/CMakeFiles/
+libbb/cmake_install.cmake
+libopkg/CMakeFiles/
+libopkg/cmake_install.cmake
+src/CMakeFiles/
+src/cmake_install.cmake
+tests/CMakeFiles/
+tests/cmake_install.cmake