Update .gitignore to exclude compiled binaries
- Added alpenqueue binary to gitignore - Added common binary extensions (.exe, .dll, .so, .dylib) - Added debug and target directories
This commit is contained in:
parent
e4ebe2da6b
commit
1df02d94a9
11
.gitignore
vendored
11
.gitignore
vendored
@ -1 +1,12 @@
|
||||
*.db
|
||||
|
||||
# Compiled binaries
|
||||
alpenqueue
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary
|
||||
**/debug/
|
||||
**/target/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user