Skip to content

Commit ed9353f

Browse files
gitignore the sources text files (#22408)
### What does this PR do? ### How did you verify your code works? --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 4573b5b commit ed9353f

File tree

19 files changed

+1899
-3923
lines changed

19 files changed

+1899
-3923
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ jobs:
105105
- name: Ban Words
106106
run: |
107107
bun ./test/internal/ban-words.test.ts
108+
git rm -f cmake/sources/*.txt || true
108109
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,7 @@ scratch*.{js,ts,tsx,cjs,mjs}
186186

187187
*.bun-build
188188

189-
scripts/lldb-inline
189+
scripts/lldb-inline
190+
191+
# We regenerate these in all the build scripts
192+
cmake/sources/*.txt

cmake/sources/BakeRuntimeSources.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

cmake/sources/BindgenSources.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

cmake/sources/BunErrorSources.txt

Lines changed: 0 additions & 12 deletions
This file was deleted.

cmake/sources/CSources.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

cmake/sources/JavaScriptCodegenSources.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

cmake/sources/JavaScriptSources.txt

Lines changed: 0 additions & 172 deletions
This file was deleted.

cmake/sources/NodeFallbacksSources.txt

Lines changed: 0 additions & 24 deletions
This file was deleted.

cmake/sources/ZigGeneratedClassesSources.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)