Skip to content

Commit 57165da

Browse files
committed
git: Ignore output files: pdf, docx, zip
1 parent a44e3c9 commit 57165da

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.gitignore

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828

2929
# Default Delphi compiler directories
3030
# Content of this directories are generated with each Compile/Construct of a project.
31-
# Most of the time, files here have not there place in a code repository.
32-
#Win32/
33-
#Win64/
34-
#Win64x/
31+
# Most of the time, files here have not their place in a code repository.
32+
Win32/
33+
Win64/
34+
Win64x/
3535
#OSX64/
3636
#OSXARM64/
3737
#Android/
@@ -115,3 +115,8 @@ __recovery/
115115

116116
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
117117
modules/
118+
119+
# Output files
120+
*.pdf
121+
*.docx
122+
*.zip

0 commit comments

Comments
 (0)