Codeforces/.gitignore
Matej Focko 4a18e8b988
chore: move common files to subdirectories
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-07-10 09:56:53 +02:00

20 lines
168 B
Text

*
!**/
!.gitignore
# Helper scripts
!*.sh
# Archived problem sets
!*.html
# C++
!.common/cpp/**
!*.cpp
!*.hpp
# but ignore catch
.common/cpp/catch*
# Java
!*.java