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
7f275ff0
Commit
7f275ff0
authored
Jan 15, 2014
by
Denis Grinyuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some filetypes should be commented by default
parent
33540b97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
Delphi.gitignore
Delphi.gitignore
+11
-3
No files found.
Delphi.gitignore
View file @
7f275ff0
...
@@ -2,6 +2,17 @@
...
@@ -2,6 +2,17 @@
# Based on Embarcadero documentation:
# Based on Embarcadero documentation:
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio
# !!! 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.
#
#*.res
#*.ddp
#*.vlb
#*.deployproj
#
# Delphi compiler-generated binaries
# Delphi compiler-generated binaries
*.exe
*.exe
*.dll
*.dll
...
@@ -11,7 +22,6 @@
...
@@ -11,7 +22,6 @@
*.apk
*.apk
*.drc
*.drc
*.map
*.map
*.res
*.dres
*.dres
*.rsm
*.rsm
*.tds
*.tds
...
@@ -27,8 +37,6 @@
...
@@ -27,8 +37,6 @@
*.projdata
*.projdata
*.tvsconfig
*.tvsconfig
*.dsk
*.dsk
*.deployproj
*.vlb
# Delphi history and backups
# Delphi history and backups
__history/
__history/
...
...
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