openperf/.gitignore
2024-11-09 14:10:13 +08:00

20 lines
132 B
Text

*
!*/
!*.h
!*.c
!*.cc
!*.S
!*.ld
!*.sh
!*.py
!*.mk
!Makefile
!README
!LICENSE
.*
_*
*~
build/
!.gitignore
.vscode
abstract-machine/