github.com/eth-easl/loader@v0.0.0-20230908084258-8a37e1d94279/.gitignore (about)

     1  loader
     2  analysis
     3  .vscode/
     4  .idea
     5  tmp
     6  data/out
     7  data/traces/*
     8  !data/traces/example/
     9  pkg/generator/*.png
    10  pkg/generator/*.txt
    11  pkg/driver/*.csv
    12  pkg/workload/openwhisk/*.zip
    13  *.log
    14  tools/*/__pycache__
    15  tools/trace_synthesizer/*.csv
    16  tools/trace_synthesizer/*/*.csv
    17  
    18  ### CMake ###
    19  CMakeLists.txt.user
    20  CMakeCache.txt
    21  CMakeFiles
    22  CMakeScripts
    23  Testing
    24  cmake_install.cmake
    25  install_manifest.txt
    26  compile_commands.json
    27  CTestTestfile.cmake
    28  _deps
    29  
    30  ### CMake Patch ###
    31  # External projects
    32  *-prefix/
    33  
    34  ### Go ###
    35  # Binaries for programs and plugins
    36  *.exe
    37  *.exe~
    38  *.dll
    39  *.so
    40  *.dylib
    41  
    42  # Test binary, built with `go test -c`
    43  *.test
    44  
    45  # Output of the go coverage tool, specifically when used with LiteIDE
    46  *.out
    47  
    48  # Dependency directories (remove the comment below to include it)
    49  # vendor/
    50  
    51  ### Go Patch ###
    52  /vendor/
    53  /Godeps/
    54  
    55  ### Linux ###
    56  *~
    57  
    58  # temporary files which can be created if a process still has a handle open of a deleted file
    59  .fuse_hidden*
    60  
    61  # KDE directory preferences
    62  .directory
    63  
    64  # Linux trash folder which might appear on any partition or disk
    65  .Trash-*
    66  
    67  # .nfs files are created when an open file is removed but is still being accessed
    68  .nfs*
    69  
    70  ### macOS ###
    71  # General
    72  .DS_Store
    73  .AppleDouble
    74  .LSOverride
    75  
    76  # Icon must end with two \r
    77  Icon
    78  
    79  
    80  # Thumbnails
    81  ._*
    82  
    83  # Files that might appear in the root of a volume
    84  .DocumentRevisions-V100
    85  .fseventsd
    86  .Spotlight-V100
    87  .TemporaryItems
    88  .Trashes
    89  .VolumeIcon.icns
    90  .com.apple.timemachine.donotpresent
    91  
    92  # Directories potentially created on remote AFP share
    93  .AppleDB
    94  .AppleDesktop
    95  Network Trash Folder
    96  Temporary Items
    97  .apdisk
    98  .venv