syntax: glob

# ignore vim swapfiles
.*.swp
# ignore source archives
fuse-zip*.tar.gz
# ignore generated files
*.o
fuse-zip
fuse-zip.1.gz
lib/*.a

# tests
tests/whitebox/*.x

# other related projects (needed for performance tests)
others

