mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Update ignore file.
This commit is contained in:
parent
f8ed184415
commit
fd8fbbf6c5
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -14,3 +14,12 @@ depcomp
|
||||||
*.gcov
|
*.gcov
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
|
||||||
|
# I want to ignore log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Core files should never be checked in
|
||||||
|
core
|
||||||
|
|
||||||
|
# ignore patches too, the code is either checked in or branch.
|
||||||
|
*.patch*
|
||||||
|
|
Loading…
Reference in a new issue