view .hgignore @ 966:9efaa40e56fa

add fgets
author ichikitakahiro <e165713@ie.u-ryukyu.ac.jp>
date Tue, 06 Apr 2021 19:47:33 +0900
parents 81addba465a7
children
line wrap: on
line source

syntax: glob
.DS_Store
*.swp
*.o
*.agdai

# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt

# binary
src/llrb/llrb
src/llrb/llrb_with_put_verify

# build
c/
src/parallel_execution/context.h

.vscode
*ninja*
*.orig

syntax:regexp

.*\.c\.\d+


src/parallel_execution/binaryTree
src/parallel_execution/bitonicSort
src/parallel_execution/boundedBuffer
src/parallel_execution/calc
src/parallel_execution/DPP
src/parallel_execution/piposaru
src/parallel_execution/pop_and_push
src/parallel_execution/sample
src/parallel_execution/sandbox
src/parallel_execution/twice