Skip to content

Commit

Permalink
Revert "remove the flake.lock geez"
Browse files Browse the repository at this point in the history
This reverts commit 526995a.
  • Loading branch information
ekg committed May 29, 2024
1 parent 526995a commit 7376468
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
41 changes: 40 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
flake.lock
# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Log files
*.log
*.status

#Executables
mashmap
mashmap-align
wfmash

#build directories
src/common/wflign/build
build

# include directory
include

#Others
*.cache
*~
\#*
.\#*
src/common/WFA2-lib/bin/
src/wfmash_git_version.hpp

test/
.idea/
cmake-build-debug/
result
27 changes: 27 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7376468

Please sign in to comment.