mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
git: Clean up gitignore
Each directory is responsible for ignoring files
This commit is contained in:
parent
0251a80e75
commit
d1fe97b90f
3 changed files with 4 additions and 3 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,9 +1,8 @@
|
||||||
/build/*
|
/build
|
||||||
/doc/config
|
|
||||||
/include/settings.hpp
|
|
||||||
/polybar
|
/polybar
|
||||||
/polybar-msg
|
/polybar-msg
|
||||||
/tags
|
/tags
|
||||||
|
/compile_commands.json
|
||||||
*.bak
|
*.bak
|
||||||
*.pyc
|
*.pyc
|
||||||
*.swp
|
*.swp
|
||||||
|
|
1
doc/.gitignore
vendored
Normal file
1
doc/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
config
|
1
include/.gitignore
vendored
Normal file
1
include/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
settings.hpp
|
Loading…
Reference in a new issue