Skip to content

Commit

Permalink
No build artifacts (#73)
Browse files Browse the repository at this point in the history
There should be no build artifacts checked into source control.
* Remove one that was accidentally checked in
* Add .gitignore settings to cover common build artifacts

Signed-off-by: Danno Ferrin <[email protected]>
  • Loading branch information
shemnon authored Aug 16, 2022
1 parent 9c3cacf commit ee5a64b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
**/build
**/target
build
target

**/Cargo.lock
Cargo.lock

**/.idea
**/.classpath
**/.project
**/.settings
.idea
.classpath
.project
.settings

**/.gradle
.gradle

## build files
*.com
*.class
*.dll
*.exe
*.o
*.so
Binary file removed blake2bf/x86_64/blake2b.o
Binary file not shown.

0 comments on commit ee5a64b

Please sign in to comment.