Updated .gitignore for udemy-cpp

master
Tibor Bizjak 2023-07-13 18:59:17 +02:00
parent 9243fd9764
commit a95842850d
1 changed files with 7 additions and 3 deletions

10
.gitignore vendored
View File

@ -22,7 +22,11 @@
# ---- udemy c++ .gitignore ----
# except udemy cpp
!udemy-cpp/
# excpet chapters
# except chapters
!udemy-cpp/[0-9]*/
# except solutions
!udemy-cpp/*/[0-9]*.cc
# except excersise solutions
!udemy-cpp/exc[0-9]*/
# except .cc files
!udemy-cpp/*/*.cc
# except .h files
!udemy-cpp/*/*.h