Skip to content

Commit 1a4a3db

Browse files
committed
Add indented files to gitignore
Signed-off-by: Nicolas Bock <[email protected]>
1 parent a48b656 commit 1a4a3db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
*~
2-
/.vscode
3-
/TAGS
42
/build
53
/build.log
4+
**/*.indented
65
/install
76
/tags
7+
/TAGS
8+
/.vscode
89
/worktrees

CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
22

3-
43
message(STATUS "CMake version ${CMAKE_VERSION}")
54

65
set(LANGUAGES C CXX)

0 commit comments

Comments
 (0)