git: Clean up gitignore
Each directory is responsible for ignoring files
This commit is contained in:
parent
0251a80e75
commit
d1fe97b90f
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 New Issue
Block a user