Update .gitignore for Vala project
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user