Skip to content

Commit 9fc72ea

Browse files
committed
Add CMake files to .gitignore
Signed-off-by: Thomas Lauf <[email protected]>
1 parent 8eb0dad commit 9fc72ea

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Please do not add your editor's dot files here (i.e. no `.vscode` here).
2-
# Put them to .git/info/exclude or ~/.config/git/ignore if you want to do it
3-
# globally.
2+
# Put them to .git/info/exclude or ~/.config/git/ignore if you want to do it globally.
43
# See https://git-scm.com/docs/gitignore for more details on these files.
54

6-
CMakeFiles
7-
Makefile
5+
.cmake/
6+
CMakeFiles/
7+
cmake-build-debug/
88
CMakeCache.txt
9+
Makefile
10+
cmake.h
911
cmake_install.cmake
1012
install_manifest.txt
11-
libshared.a
12-
cmake.h
1313
lex
14-
patches
14+
libshared.a
15+
*.cbp

0 commit comments

Comments
 (0)