uwucc/.gitignore
2023-05-24 20:24:19 +02:00

8 lines
No EOL
90 B
Text

/target
/.idea
/.vscode
# for testing things
/_*.c
# any object files and a.out
*.o
*.out