Revision e0f4bbd19d892da805db949a5b98c3dfa9842abc authored by Fabian Brandt on 23 April 2021, 09:51:40 UTC, committed by GitHub on 23 April 2021, 09:51:40 UTC
1 parent 29b3fba
Raw File
.gitignore
*.trace
*.mk
lamg-2.2-2
CMG_101014
instances
.settings*
plots
*~
*.dot$
tracelog*
*.json
*.csv
scripts/SparsificationEvaluation/input/
scripts/SparsificationEvaluation/output/
scripts/SparsificationEvaluation/figures
input/backbones/
docs/cpp_api/
docs/input/
docs/notebooks/
Doc/Website
Doc/Documentation
sandbox
EnsembleClustering-D
EnsembleClustering-DPar
EnsembleClustering-O
/NetworKit-Comm*
*.orig
*.eps
doxygen
dist/

### NetworKit specific
include/NetworKit
NetworKit-Tests-*
.buildDbg/
output
benchmark/
/networkit/*.cpp
/networkit/profiling/*.cpp
build/
/build*
/.build*
lib/
lib64/
include/tlx
include/ttmath

### IDE
*.project
*.cproject
*.vim

### Python
networkit.egg-info/
*.egg$
__pycache__

### C++
*.d
*.slo
*.lo
*.o
*.obj
*.gch
*.pch
*.so
*.dylib
*.dll
*.mod
*.smod
*.lai
*.la
*.a
*.lib
*.exe
*.out
*.app

### CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake

### Ninja
.ninja_deps
.ninja_log

### Cython
*.pyc
/cython_debug/*

### JupyterNotebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*

### MacOS
.DS_Store
back to top