28 lines
1.3 KiB
Plaintext
Executable File
28 lines
1.3 KiB
Plaintext
Executable File
# ─── C++ ─────────────────────────────────────────────────────────────────────
|
|
*.o
|
|
*.out
|
|
*.exe
|
|
*.dSYM/
|
|
sol
|
|
debug
|
|
|
|
# ─── Java ────────────────────────────────────────────────────────────────────
|
|
*.class
|
|
*.jar
|
|
out/
|
|
|
|
# ─── Test Files ──────────────────────────────────────────────────────────────
|
|
*.out # always ignore outputs
|
|
# *.in # uncomment to also ignore inputs
|
|
*.txt
|
|
|
|
# ─── OS ──────────────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ─── Editors ─────────────────────────────────────────────────────────────────
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|