We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad53bb commit c802997Copy full SHA for c802997
.gitignore
@@ -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