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