mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-08 21:18:03 -05:00
114 lines
1.2 KiB
Plaintext
114 lines
1.2 KiB
Plaintext
# Offline data, runtime logs #
|
|
##############################
|
|
Player-Data
|
|
Player-Data/*
|
|
Prep-Data/*
|
|
logs/*
|
|
Language-Definition/main.pdf
|
|
keys/*
|
|
|
|
# Personal CONFIG file #
|
|
##############################
|
|
CONFIG.mine
|
|
config_mine.py
|
|
|
|
# Temporary files #
|
|
###################
|
|
*.bak
|
|
*.orig
|
|
*.rej
|
|
*.tmp
|
|
callgrind.out.*
|
|
HOSTS*
|
|
|
|
# Vim
|
|
.*.swp
|
|
tags
|
|
|
|
# Eclipse #
|
|
###########
|
|
.project
|
|
.cproject
|
|
.settings
|
|
.pydevproject
|
|
|
|
# VS Code IDE #
|
|
###############
|
|
.vscode/**
|
|
|
|
# Temporary files #
|
|
###################
|
|
*.bak
|
|
*.orig
|
|
*.rej
|
|
*.tmp
|
|
callgrind.out.*
|
|
|
|
# Compiled source #
|
|
###################
|
|
Programs/Bytecode/*
|
|
Programs/Schedules/*
|
|
Programs/Public-Input/*
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.x
|
|
*.o
|
|
*.so
|
|
*.pyc
|
|
*.bc
|
|
*.sch
|
|
*.a
|
|
*.static
|
|
*.d
|
|
local/
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Latex #
|
|
#########
|
|
*.aux
|
|
*.lof
|
|
*.log
|
|
*.lot
|
|
*.fls
|
|
*.out
|
|
*.toc
|
|
*.fmt
|
|
*.bbl
|
|
*.bcf
|
|
*.blg
|
|
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
*.data
|
|
Persistence/*
|
|
|
|
# OS generated files #
|
|
######################
|
|
*~
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
**/*.x.dSYM/**
|