Update .gitignore for Vala project
parent
c158ac57f1
commit
c493d67a93
|
@ -1,2 +1,22 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
|
autom4te.cache/
|
||||||
|
src/*.c
|
||||||
|
src/.deps/
|
||||||
|
src/.dirstamp
|
||||||
|
*.o
|
||||||
|
*.stamp
|
||||||
|
mpdnotify
|
||||||
|
stamp-h1
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
compile
|
||||||
|
config.h
|
||||||
|
config.h.in
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
missing
|
||||||
|
|
Loading…
Reference in New Issue