forked from adburch/clipboard_ffi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
30 lines (26 loc) · 820 Bytes
/
.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
# Generated by Cargo
# will have compiled files and executables
solution/target/
solution/clipboard_rs/target/
start-here/target/
start-here/clipboard_rs/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
solution/Cargo.lock
start-here/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# Generated by vscode build tasks
solution/x64/
start-here/x64/
# generated by the msvc build and moving it elsewhere is a pain
solution/vc140.pdb
solution/clipboard.exe
solution/clipboard.ilk
solution/clipboard.pdb
solution/main.obj
start-here/vc140.pdb
start-here/clipboard.exe
start-here/clipboard.ilk
start-here/clipboard.pdb
start-here/main.obj