2023-07-09 22:38:29 +02:00
|
|
|
*
|
|
|
|
!**/
|
|
|
|
|
|
|
|
!.gitignore
|
|
|
|
|
|
|
|
# Helper scripts
|
2023-07-09 23:05:45 +02:00
|
|
|
!/*.sh
|
|
|
|
!.common/**/*.sh
|
2023-07-09 22:38:29 +02:00
|
|
|
|
|
|
|
# Archived problem sets
|
|
|
|
!*.html
|
|
|
|
|
|
|
|
# C++
|
2023-07-09 22:44:59 +02:00
|
|
|
!.common/cpp/**
|
2023-07-09 22:38:29 +02:00
|
|
|
!*.cpp
|
|
|
|
!*.hpp
|
|
|
|
# but ignore catch
|
2023-07-09 22:44:59 +02:00
|
|
|
.common/cpp/catch*
|
2023-07-09 22:38:29 +02:00
|
|
|
|
|
|
|
# Java
|
2023-07-09 22:44:59 +02:00
|
|
|
!*.java
|
2023-07-09 22:48:33 +02:00
|
|
|
|
|
|
|
# Kotlin
|
|
|
|
!*.kt
|
2023-07-09 23:05:45 +02:00
|
|
|
|
2023-07-23 21:23:45 +02:00
|
|
|
# Rust
|
|
|
|
!.common/rust/**
|
|
|
|
!*.rs
|
2023-07-24 23:03:28 +02:00
|
|
|
*/src/main.rs
|
2023-07-23 21:23:45 +02:00
|
|
|
|
2023-07-09 23:05:45 +02:00
|
|
|
# Don't ignore skeletons in .common, but do all others
|
|
|
|
**/skeleton*
|
2023-07-23 21:23:45 +02:00
|
|
|
!.common/**/skeleton*
|