提交 7f275ff0 编写于 作者: D Denis Grinyuk

Some filetypes should be commented by default

上级 33540b97
...@@ -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/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册