Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
d51b1b71
Commit
d51b1b71
authored
Feb 13, 2014
by
Denis Grinyuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some cleanup
parent
432f6edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
+19
-18
Delphi.gitignore
Delphi.gitignore
+19
-18
No files found.
Delphi.gitignore
View file @
d51b1b71
# .gitignore template for Delphi projects
# Based on Embarcadero documentation:
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
# Some older file types can be found here:
# http://delphi.wikia.com/wiki/Delphi_File_Extensions
# !!! ATTENTION !!!
# These types should be ignored in most cases.
# Leave this lines commented only if you know what you are doing.
# And please DO NOT store .res files in repository. Try to get rid of them.
# Uncomment these types if you want even more clean repository. But be careful.
# It can make harm to an existing project source. Read explanations below.
#
# Resource files usually store project icon and version info. These should be included by means of .rc files.
# Resource files are binaries containing manifest, project icon and version info.
# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files.
#*.res
# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams.
#
# Type library file (binary). In old Delphi versions it should be stored.
# Since Delphi 2009 it is produced from .ridl file and can safely be ignored.
#*.tlb
#
# Diagram Portfolio file. Used by the diagram editor up to Delphi 7.
# Uncomment this if you are not using diagrams or use newer Delphi version.
#*.ddp
# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer.
#
# Visual LiveBindings file. Added in Delphi XE2.
# Uncomment this if you are not using LiveBindings Designer.
#*.vlb
# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature.
#
# Deployment Manager configuration file for your project. Added in Delphi XE2.
# Uncomment this if it is not mobile development and you do not use remote debug feature.
#*.deployproj
#
# Delphi compiler-generated binaries
# Delphi compiler-generated binaries (safe to delete)
*.exe
*.dll
*.bpl
...
...
@@ -33,7 +35,6 @@
*.dres
*.rsm
*.tds
*.tlb
# Delphi autogenerated files (duplicated info)
*.cfg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment