Skip to content

Commit ad49657

Browse files
authored
Merge pull request #4836 from T1ckbase/fix/cpp-gitignore-whitespace
Remove trailing whitespace in C++.gitignore
2 parents 84c6914 + 9ffced6 commit ad49657

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

C++.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ CMakeFiles/
4949
CMakeCache.txt
5050
cmake_install.cmake
5151
Makefile
52-
install_manifest.txt
52+
install_manifest.txt
5353
compile_commands.json
5454

5555
# Temporary files
56-
*.tmp
57-
*.log
58-
*.bak
59-
*.swp
56+
*.tmp
57+
*.log
58+
*.bak
59+
*.swp
6060

6161
# vcpkg
6262
vcpkg_installed/
@@ -66,4 +66,4 @@ vcpkg_installed/
6666

6767
# test output & cache
6868
Testing/
69-
.cache/
69+
.cache/

0 commit comments

Comments
 (0)