summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 16231e59a96e59c84e562dbcbc6ff4097c3b3d4f (plain)
1
2
3
4
5
6
7
8
9
10
*.S
*.asm
*.o
*.out
*.obj
*.exe

**/build/
**/out/
ctc