Skip to content

Commit ebd5cf9

Browse files
committed
git: Ignore output files: pdf, docx, zip
1 parent 633859f commit ebd5cf9

File tree

1 file changed

+8
-38
lines changed

1 file changed

+8
-38
lines changed

.gitignore

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,8 @@
1-
# Uncomment these types if you want even more clean repository. But be careful.
2-
# It can make harm to an existing project source. Read explanations below.
3-
#
4-
# Resource files are binaries containing manifest, project icon and version info.
5-
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
6-
#*.res
7-
#
8-
# Type library file (binary). In old Delphi versions it should be stored.
9-
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
10-
#*.tlb
11-
#
12-
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
13-
# Uncomment this if you are not using diagrams or use newer Delphi version.
14-
#*.ddp
15-
#
16-
# Visual LiveBindings file. Added in Delphi XE2.
17-
# Uncomment this if you are not using LiveBindings Designer.
18-
#*.vlb
19-
#
20-
# Deployment Manager configuration file for your project. Added in Delphi XE2.
21-
# Uncomment this if it is not mobile development and you do not use remote debug feature.
22-
#*.deployproj
23-
#
24-
# C++ object files produced when C/C++ Output file generation is configured.
25-
# Uncomment this if you are not using external objects (zlib library for example).
26-
#*.obj
27-
#
28-
291
# Default Delphi compiler directories
302
# 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/
35-
#OSX64/
36-
#OSXARM64/
37-
#Android/
38-
#Android64/
39-
#iOSDevice64/
40-
#Linux64/
3+
Win32/
4+
Win64/
5+
Win64x/
416

427
# Delphi compiler-generated binaries (safe to delete)
438
*.exe
@@ -115,3 +80,8 @@ __recovery/
11580

11681
# Boss dependency manager vendor folder https://github.com/HashLoad/boss
11782
modules/
83+
84+
# Output files
85+
*.pdf
86+
*.docx
87+
*.zip

0 commit comments

Comments
 (0)