chibicc/.gitignore

10 lines
71 B
Plaintext
Raw Normal View History

**/*~
**/\#*
**/*.o
**/*.s
**/a.out
/tmp*
/chibicc
2020-09-04 13:03:01 +03:00
/test/*.exe
2019-08-24 06:08:12 +03:00
/stage2