Skip to content

Commit 9fc9d68

Browse files
committed
add graphs to repo
1 parent 644c5b8 commit 9fc9d68

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT_REPOS/
22
GIT_REPOS_SHELVE/
3-
GRAPHS/
3+
# GRAPHS/
44
CACHE/
55

66
# Created by https://www.toptal.com/developers/gitignore/api/linux,python,pycharm,windows,visualstudiocode

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
genCallgraph.jar filter=lfs diff=lfs merge=lfs -text
2+
*.json filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT_REPOS/
22
GIT_REPOS_SHELVE/
3-
GRAPHS/
3+
# GRAPHS/
44
CACHE/
55

66
# Created by https://www.toptal.com/developers/gitignore/api/linux,python,pycharm,windows,visualstudiocode

0 commit comments

Comments
 (0)