2018-07-24 14:52:18 +00:00
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
|
|
build/
|
|
|
|
*.so
|
2023-10-24 08:56:28 +00:00
|
|
|
*.so.*
|
2018-07-24 14:52:18 +00:00
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.dll
|
2023-10-24 08:56:28 +00:00
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Nim
|
|
|
|
# -----------------------------------------------------------------------------------------
|
|
|
|
nimcache/
|
|
|
|
|
|
|
|
# Rust
|
|
|
|
# -----------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
# Generated by Cargo
|
|
|
|
# will have compiled files and executables
|
|
|
|
debug/
|
|
|
|
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
|
|
|
|
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
|
|
*.pdb
|
2020-03-21 14:50:39 +00:00
|
|
|
|
|
|
|
# Sage
|
2023-10-24 08:56:28 +00:00
|
|
|
# -----------------------------------------------------------------------------------------
|
2020-03-21 14:50:39 +00:00
|
|
|
*.sage.py
|
2020-06-07 17:39:34 +00:00
|
|
|
|
2023-10-24 08:56:28 +00:00
|
|
|
# Swap or debug
|
|
|
|
# -----------------------------------------------------------------------------------------
|
|
|
|
*.swp
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Perf artifacts
|
|
|
|
# -----------------------------------------------------------------------------------------
|
|
|
|
perf.data
|
|
|
|
perf.data.old
|