Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
git: ignore cmake generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Oct 8, 2022
1 parent 4c58d74 commit 49f1adf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ tags

# Vim swp files
*.swp

# cmake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake

0 comments on commit 49f1adf

Please sign in to comment.