-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
41 lines (36 loc) · 1.1 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
01_day/01_hello_world/target
01_day/02_types/target
01_day/03_control_flow/target
01_day/04_while_loops/target
01_day/05_functions/target
02_day/06_structures/target
02_day/07_references/target
02_day/08_clone_types/target
02_day/09_copy_types/target
02_day/10_mutable_references/target
02_day/11_methods/target
03_day/12_constructors/target
03_day/13_tuples/target
03_day/14_enumerations/target
03_day/15_patern_matching/target
03_day/16_irrefutable_patterns/target
03_day/17_traits/target
04_day/18_default_methods/target
04_day/19_associated_types/target
04_day/20_rules/target
04_day/21_generics/target
04_day/22_option_type/target
04_day/23_arrays/target
04_day/24_slices/target
05_day/25_for_loops/target
05_day/26_macros/target
05_day/27_repetitions/target
05_day/28_optional_quantifier/target
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk