mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 10:17:39 +02:00
10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
# gitignore template for competitive programming (ICPC, IOI, Codeforces Round, etc.)
|
|
|
|
# input/output files
|
|
*.in
|
|
*.out
|
|
*.ans
|
|
|
|
# executable files
|
|
*.exe
|