Skip to content

Commit

Permalink
gitignores, add determnistic tlo json
Browse files Browse the repository at this point in the history
  • Loading branch information
hrissan committed Jun 27, 2024
1 parent d70f15a commit e5b9f84
Show file tree
Hide file tree
Showing 4 changed files with 10,008 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ go.work
/.tmp

/.idea

/internal/tlcodegen/test/gen/test_cpp
internal/tlcodegen/test/gen/cpp/
/.run
4 changes: 3 additions & 1 deletion internal/tlcodegen/test/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

**.tlo
**.tlo.json

/gen/test_cpp
/gen/cpp/
4 changes: 2 additions & 2 deletions internal/tlcodegen/test/gen/cases/tlgen2_version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tlgen version: (devel)
schema url:
schema commit:
schema url:
schema commit:
schema version: 0 (1970-01-01 00:00:00 +0000 UTC)
Loading

0 comments on commit e5b9f84

Please sign in to comment.