gitignore: ignore debian build tmp files

Signed-off-by: Hongfei Shang <shanghongfei@kylinos.cn>
This commit is contained in:
Hongfei Shang 2022-06-24 06:59:35 +08:00
parent f3dc4df127
commit c9f398e765
1 changed files with 12 additions and 0 deletions

12
.gitignore vendored
View File

@ -26,3 +26,15 @@ CMakeLists.txt.user*
.idea
/cmake-build*
.cache
# debian buld tmp files
obj-*-linux-gnu/
*.debhelper
*.log
*.substvars
debian/files
debian/debhelper-build-stamp
debian/tmp/
debian/kwin*/
debian/libkwin*/