diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-09-07 20:55:39 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-09-07 20:55:39 +0300 |
| commit | 35d3308a8787d0d4f0b227874089d2769399d8f6 (patch) | |
| tree | 87c18e1c21d3e955eecaa1c046eb8684d1172be4 | |
| parent | 7b8991da134381da729125392bc3f085e9fea53e (diff) | |
| download | competitive-programming-35d3308a8787d0d4f0b227874089d2769399d8f6.tar.xz competitive-programming-35d3308a8787d0d4f0b227874089d2769399d8f6.zip | |
Modified gitignore to ignore main(binary) files
| -rwxr-xr-x | .gitignore | 1 | ||||
| -rwxr-xr-x | contests/Round895/A/main | bin | 16912 -> 0 bytes | |||
| -rwxr-xr-x | contests/Round895/B/main | bin | 21512 -> 0 bytes | |||
| -rwxr-xr-x | contests/Round895/C/main | bin | 17264 -> 0 bytes | |||
| -rwxr-xr-x | contests/Round895/D/main | bin | 17184 -> 0 bytes | |||
| -rwxr-xr-x | contests/Round895/E/main | bin | 21048 -> 0 bytes |
6 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ binaries +main .ccls-cache *.o Cypher diff --git a/contests/Round895/A/main b/contests/Round895/A/main Binary files differdeleted file mode 100755 index e05f658..0000000 --- a/contests/Round895/A/main +++ /dev/null diff --git a/contests/Round895/B/main b/contests/Round895/B/main Binary files differdeleted file mode 100755 index a001703..0000000 --- a/contests/Round895/B/main +++ /dev/null diff --git a/contests/Round895/C/main b/contests/Round895/C/main Binary files differdeleted file mode 100755 index 88d2793..0000000 --- a/contests/Round895/C/main +++ /dev/null diff --git a/contests/Round895/D/main b/contests/Round895/D/main Binary files differdeleted file mode 100755 index ed0053d..0000000 --- a/contests/Round895/D/main +++ /dev/null diff --git a/contests/Round895/E/main b/contests/Round895/E/main Binary files differdeleted file mode 100755 index e6c3f05..0000000 --- a/contests/Round895/E/main +++ /dev/null |
