-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.hgignore
67 lines (66 loc) · 1.29 KB
/
.hgignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
syntax: glob
*~
.svn*
.*.swp
*.sis
*.sisx
.cproject
.project
*.o
*.obj
*.dep
*.exe.*
BuildLog.htm
*.ilk
*.pdb
*.idb
*.ncb
*.suo
*.valappil.user
Debug/
*.vcxproj.filters
*.vcxproj.user
UpgradeLog*.XML
*.sdf
*.opensdf
*.*.orig
_UpgradeReport_Files/
retrieval.exe
insert_erase.exe
array_node.exe
trie_test.exe
iterators.exe
common_prefix.exe
trie_test_CYGWIN_NT-5.1_i686*
trie_test_CYGWIN_NT-6.1-WOW64_i686*
trie_test_Linux_armv7l
trie_test_Linux_i686
trie_test_Linux_x86_64
array_node_CYGWIN_NT-5.1_i686
common_prefix_CYGWIN_NT-6.1-WOW64_i686
insert_erase_Linux_armv7l
iterators_Linux_i686
retrieval_Linux_i686
array_node_CYGWIN_NT-6.1-WOW64_i686
common_prefix_Linux_armv7l
insert_erase_Linux_i686
iterators_Linux_x86_64
retrieval_Linux_x86_64
array_node_Linux_armv7l
common_prefix_Linux_i686
insert_erase_Linux_x86_64
array_node_Linux_i686
common_prefix_Linux_x86_64
iterators_CYGWIN_NT-5.1_i686
retrieval_CYGWIN_NT-5.1_i686
array_node_Linux_x86_64
insert_erase_CYGWIN_NT-5.1_i686
iterators_CYGWIN_NT-6.1-WOW64_i686
retrieval_CYGWIN_NT-6.1-WOW64_i686
common_prefix_CYGWIN_NT-5.1_i686
insert_erase_CYGWIN_NT-6.1-WOW64_i686
iterators_Linux_armv7l
retrieval_Linux_armv7l
trie_interactive_Linux_x86_64
trie_interactive_Linux_armv7l
trie_interactive_Linux_i686