Codeforces/.gitignore

20 lines
165 B
Text
Raw Normal View History

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