-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
55 lines (51 loc) · 1.23 KB
/
.gitignore
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
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Other
*.xml
/algorithms/gcd/
/algorithms/greatest_common_divisor/build/
/algorithms/greatest_common_divisor/dist/
/io/numeric_input/dist/
/io/numeric_input/build/
/io/convert_date_format/build/
/io/convert_date_format/dist/
/io/money_io/build/
/io/money_io/dist/
/io/date_and_time_io/build/
/io/date_and_time_io/dist/
/io/date_and_time_moreflexible_io/build/
/io/date_and_time_moreflexible_io/dist/
/io/character_classification/dist/
/io/character_classification/build/
/io/codecvt/build/
/io/codecvt/dist/
/io/codecvt_wchar_t_char/build/
/io/codecvt_wchar_t_char/dist/
/io/file_save_open/build/
/io/file_save_open/dist/
/algorithms/connected_component/build/
/algorithms/connected_component/dist/
/read_from_file/build/
/read_from_file/dist/
/cppappl_example_exceptions/other/call_once/build/
/cppappl_example_exceptions/other/call_once/dist/
/cppappl_example_exceptions/other/cppapp_access_private_member/dist/
/cppappl_example_exceptions/other/cppapp_allignment/build/
/cppappl_example_exceptions/other/cppapp_allignment/dist/
/numbers/cppapp_random_numbers_easiest_way/dist/