summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFelix Leder <[email protected]>2023-10-08 23:20:32 +0200
committerGitHub <[email protected]>2023-10-08 23:20:32 +0200
commit88bedad2d7c061b707e83d80aa6f0e51817586df (patch)
tree4d681fc328b782fcbfaf4d4279a9fa4fbfe853f2 /.gitignore
downloadwebol-88bedad2d7c061b707e83d80aa6f0e51817586df.tar
webol-88bedad2d7c061b707e83d80aa6f0e51817586df.tar.gz
webol-88bedad2d7c061b707e83d80aa6f0e51817586df.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6985cf1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
1# Generated by Cargo
2# will have compiled files and executables
3debug/
4target/
5
6# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8Cargo.lock
9
10# These are backup files generated by rustfmt
11**/*.rs.bk
12
13# MSVC Windows builds of rustc generate these, which store debugging information
14*.pdb