mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
cleaned up module and added package with overlay
This commit is contained in:
32
.gitignore
vendored
32
.gitignore
vendored
@@ -3,17 +3,20 @@
|
||||
.vs
|
||||
out
|
||||
|
||||
/build
|
||||
/build-*
|
||||
build/
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
*.cmake
|
||||
|
||||
/AUR/clrsync-git
|
||||
/AUR/pkg
|
||||
/AUR/src
|
||||
AUR/clrsync-git
|
||||
AUR/pkg
|
||||
AUR/src
|
||||
|
||||
/result
|
||||
/result-*
|
||||
|
||||
/.direnv
|
||||
result
|
||||
result-*
|
||||
.direnv/
|
||||
|
||||
*.log
|
||||
*tar.zst
|
||||
@@ -22,4 +25,13 @@ out
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
*.dylib
|
||||
Reference in New Issue
Block a user