Skip to content

Commit 13310a2

Browse files
author
DelphiDabbler
committed
Added .gitignore file.
1 parent 5dcaf28 commit 13310a2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# .gitignore file for CodeSnip project
2+
3+
# Delphi generated temporary files and directories
4+
*.local
5+
*.identcache
6+
*.projdata
7+
*.tvsconfig
8+
*.dsk
9+
*.~*
10+
__history/
11+
12+
# Project specific directories & files
13+
Bin
14+
Exe
15+
Release
16+
Src/CodeSnip.cfg
17+
Src/AutoGen/IntfExternalObj.pas

0 commit comments

Comments
 (0)