mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-11-09 21:59:06 +01:00
20 lines
No EOL
165 B
Text
20 lines
No EOL
165 B
Text
*
|
|
!**/
|
|
|
|
!.gitignore
|
|
|
|
# Helper scripts
|
|
!*.sh
|
|
|
|
# Archived problem sets
|
|
!*.html
|
|
|
|
# C++
|
|
!.common/makefile
|
|
!*.cpp
|
|
!*.hpp
|
|
# but ignore catch
|
|
.common/catch*
|
|
|
|
# Java
|
|
!*.java |