1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-07-31 21:59:25 -04:00

Update ignore file.

This commit is contained in:
Dave Davenport 2015-07-31 09:08:46 +02:00
parent f8ed184415
commit fd8fbbf6c5

9
.gitignore vendored
View file

@ -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*