Skip to content

Commit c802997

Browse files
committed
.gitignore added
1 parent 4ad53bb commit c802997

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

.gitignore

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Compiled source #
2+
###################
3+
*.dcu
4+
*.obj
5+
*.exe
6+
*.bpl
7+
*.bpi
8+
*.dcp
9+
*.rsm
10+
*.stat
11+
*.map
12+
13+
# Generated source #
14+
###################
15+
*.hpp
16+
17+
# Backup files #
18+
###################
19+
*.~*
20+
21+
# IDE Files #
22+
###################
23+
*.dproj.local
24+
*.groupproj.local
25+
*.identcache
26+
*.dsk
27+
*.tvsconfig
28+
*.otares
29+
*.drc
30+
*.rc
31+
*.res
32+
*.local
33+
34+
# Output Folders #
35+
###################
36+
/Win32
37+
/Win64
38+
/OSX32
39+
/__history
40+
*.bak
41+
*.Patch
42+
VirtualTreeView.zip
43+
*.#00
44+
*.pch

0 commit comments

Comments
 (0)