# test dir
src/test/

# txt ignore
*.txt

# dir ignore
target/

# to ignore logs
*.log

# to ignore makefile
*.json
*.o
*.h
*.bin
*.timestamp
*.d
*.lock
*.rmeta
*.rlib
.fingerprint/
debug/

# swp ignore
*.swp
