mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
initial commit
This commit is contained in:
parent
1a02c5f837
commit
496c7ba8ae
1 changed files with 20 additions and 27 deletions
47
.gitignore
vendored
47
.gitignore
vendored
|
@ -1,32 +1,25 @@
|
||||||
# Prerequisites
|
CMakeLists.txt.user
|
||||||
*.d
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
CMakeScripts
|
||||||
|
Testing
|
||||||
|
cmake_install.cmake
|
||||||
|
install_manifest.txt
|
||||||
|
compile_commands.json
|
||||||
|
CTestTestfile.cmake
|
||||||
|
_deps
|
||||||
|
|
||||||
|
build/
|
||||||
|
result
|
||||||
|
/.vscode/
|
||||||
|
|
||||||
# Compiled Object files
|
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*-protocol.c
|
||||||
|
*-protocol.h
|
||||||
|
.ccls-cache
|
||||||
|
|
||||||
# Precompiled Headers
|
hyprctl/hyprctl
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
gmon.out
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
*.smod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.tar.gz
|
Loading…
Reference in a new issue