CSES-solutions/.gitignore
Segcolt 0040981432 First problem uploaded here.
I am stupid, I made a struct that ordenates everything
into a different way, but then I forgot to change the
variables on the dijkstra loop to the correct order and
ended up screwing everything...

At least I'm sure I won't be doing this mistake again in
the future.
2024-09-24 09:41:49 -03:00

37 lines
336 B
Plaintext

# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Ignore testcases files from competitest
*.testcases