mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-12-22 09:01:26 +01:00
chore: introduce a gitignore
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
7ff105cae9
commit
6f4eb98203
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
*
|
||||||
|
!**/
|
||||||
|
|
||||||
|
!.gitignore
|
||||||
|
|
||||||
|
# Helper scripts
|
||||||
|
!*.sh
|
||||||
|
|
||||||
|
# Archived problem sets
|
||||||
|
!*.html
|
||||||
|
|
||||||
|
# C++
|
||||||
|
!.common/makefile
|
||||||
|
!*.cpp
|
||||||
|
!*.hpp
|
||||||
|
# but ignore catch
|
||||||
|
.common/catch*
|
||||||
|
|
||||||
|
# Java
|
||||||
|
!*.java
|
Loading…
Reference in a new issue