# Ignore vscode
*.vscode*

# Ignore vim undo file
*.un~

# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

# Ignore graph dataset files
*.graph
*.mtx*

# Ignore tarball
*.tar.gz

# Ignore bin directory
bin/

# Ignore eval directory
eval/

# Ignore vim temp files
*.sw~

# Ignore build directory
build
build_release
build_debug

# Ignore external fetched content
externals/*

# Ignore slurm files
slurm-*.out

# Ignore sphinx build files
docs/sphinx/_api/
docs/sphinx/_build/
docs/sphinx/_doxygen/
docs/sphinx/_extensions/
docs/sphinx/gunrock.wiki/
