mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-07 00:30:11 +01:00
add some trivial gitignore files
This commit is contained in:
parent
74683e3fa7
commit
b626fcd195
7 changed files with 95 additions and 0 deletions
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,55 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
config.cache
|
||||||
|
autom4te.cache
|
||||||
|
config.guess
|
||||||
|
config.h
|
||||||
|
config.h.in
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
configure.scan
|
||||||
|
compile
|
||||||
|
depcomp
|
||||||
|
intl
|
||||||
|
libtool
|
||||||
|
ltconfig
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
mkinstalldirs
|
||||||
|
install-sh
|
||||||
|
stamp-h
|
||||||
|
stamp-h1
|
||||||
|
stamp-h.in
|
||||||
|
version.h
|
||||||
|
intl
|
||||||
|
macros
|
||||||
|
INSTALL
|
||||||
|
ChangeLog
|
||||||
|
*.tar.*
|
||||||
|
xml-i18n-extract.in
|
||||||
|
xml-i18n-extract
|
||||||
|
xml-i18n-merge.in
|
||||||
|
xml-i18n-merge
|
||||||
|
xml-i18n-update.in
|
||||||
|
xml-i18n-update
|
||||||
|
intltool-extract.in
|
||||||
|
intltool-extract
|
||||||
|
intltool-merge.in
|
||||||
|
intltool-merge
|
||||||
|
intltool-update.in
|
||||||
|
intltool-update
|
||||||
|
xmldocs.make
|
||||||
|
omf.make
|
||||||
|
gtk-doc.make
|
||||||
|
*~
|
||||||
|
*.swp
|
||||||
|
tags
|
||||||
|
NEWS.new
|
||||||
|
*.txt
|
||||||
|
.anjuta
|
||||||
|
*.cache
|
||||||
|
*.anjuta
|
||||||
|
|
||||||
15
doc/.gitignore
vendored
Normal file
15
doc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
*.args
|
||||||
|
*.hierarchy
|
||||||
|
*.interfaces
|
||||||
|
*.prerequisites
|
||||||
|
*.signals
|
||||||
|
*.types
|
||||||
|
*.stamp
|
||||||
|
html
|
||||||
|
*.7
|
||||||
|
*.8
|
||||||
|
*.1
|
||||||
|
tmpl
|
||||||
|
version.xml
|
||||||
|
xml
|
||||||
|
|
||||||
3
doc/dbus/.gitignore
vendored
Normal file
3
doc/dbus/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
*.ref.xml
|
||||||
|
*.ref.xml
|
||||||
|
|
||||||
4
po/.gitignore
vendored
Normal file
4
po/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
Makefile.in.in
|
||||||
|
POTFILES
|
||||||
|
stamp-it
|
||||||
|
|
||||||
2
policy/.gitignore
vendored
Normal file
2
policy/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
*.policy
|
||||||
|
|
||||||
9
src/.gitignore
vendored
Normal file
9
src/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
.deps
|
||||||
|
devkit-power-daemon
|
||||||
|
*.o
|
||||||
|
*-glue.h
|
||||||
|
*-marshal.c
|
||||||
|
*-marshal.h
|
||||||
|
*.conf
|
||||||
|
*.service
|
||||||
|
|
||||||
7
tools/.gitignore
vendored
Normal file
7
tools/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
.deps
|
||||||
|
devkit-power
|
||||||
|
*-glue.h
|
||||||
|
*.o
|
||||||
|
*-marshal.c
|
||||||
|
*-marshal.h
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue