-
Notifications
You must be signed in to change notification settings - Fork 87
/
.gitignore
51 lines (51 loc) · 888 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.DS_Store
.project
.cproject
.settings
.vscode
.ipynb_checkpoints
.idea
cmake-build-*
cmake_install.cmake
CMakeCache.txt
CMakefiles
examples/cpp/minimal/example
examples/cpp/minimal/mem-example
examples/cpp/minimal/multi-example
examples/cpp/minimal/file-example
examples/cpp/igraph/example-igraph
examples/cpp/Infomap-igraph-interface-library/build
examples/cpp/Infomap-igraph-interface-library/include
examples/cpp/Infomap-igraph-interface-library/lib
examples/c/example
examples/c/example.o
examples/R/infomap
examples/R/\.Rhistory
examples/js/Infomap-worker.js
examples/js/Infomap.js
*.dSym
callgrind.*
/networks
output
build
tmp
node_modules
/*.js
/*.py
/*.d.ts
/*.d.ts.map
docs/.*
/Infomap
__pycache__
interfaces/js/src/worker
interfaces/js/package.json
interfaces/python/package_meta.py
interfaces/python/source/index.rst
/README.md
*.clu
*.tree
*.ftree
*.nwk
*.csv
/*.net
/package