Skip to content

Commit

Permalink
refactor(build): Simplify .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
duesee committed Aug 31, 2022
1 parent ec51e37 commit c3c8a07
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
/build

/Testing
/tmp
/tools/__pycache__
/rust/evercrypt-rs/target
/rust/evercrypt-sys/target
docs/source/__pycache__
docs/build
cpu-features/detect
/pkg
__pycache__/
.DS_Store
.vscode

# Python
__pycache__

# Rust bindings
/rust/evercrypt-rs/target
/rust/evercrypt-sys/target
rust/.c

# OCaml bindings
/opam

cmake-build-debug
# macOS
.DS_Store

# Visual Studio Code
.vscode

# CLion
.idea
cmake-build-debug

0 comments on commit c3c8a07

Please sign in to comment.