mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Bug 549771 – improved .gitignore for glib
2007-09-02 Ryan Lortie <desrt@desrt.ca> Bug 549771 – improved .gitignore for glib * docs/reference/.gitignore: * docs/reference/gio/.gitignore: * docs/reference/gobject/tmpl/.gitignore: * gio/.gitignore: * gio/tests/.gitignore: * glib/.gitignore: * glib/libcharset/.gitignore: * glib/tests/.gitignore: * gmodule/.gitignore: * gobject/.gitignore: * gobject/tests/.gitignore: * po/.gitignore: * tests/.gitignore: new files * .gitignore: remove 'build' (since it's part of glib now), add more useful things. svn path=/trunk/; revision=7432
This commit is contained in:
parent
8f5a2e0d31
commit
920f3bffb3
29
.gitignore
vendored
29
.gitignore
vendored
@ -1 +1,28 @@
|
|||||||
build
|
# for all subdirectories
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
.libs
|
||||||
|
.deps
|
||||||
|
*.o
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
*.pc
|
||||||
|
.*.swp
|
||||||
|
.sw?
|
||||||
|
|
||||||
|
# autofoo stuff here
|
||||||
|
compile
|
||||||
|
config.*
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
stamp-*
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
missing
|
||||||
|
install-sh
|
||||||
|
glib-gettextize
|
||||||
|
glib-zip
|
||||||
|
glibconfig.h
|
||||||
|
gtk-doc.make
|
||||||
|
20
ChangeLog
20
ChangeLog
@ -1,3 +1,23 @@
|
|||||||
|
2007-09-02 Ryan Lortie <desrt@desrt.ca>
|
||||||
|
|
||||||
|
Bug 549771 – improved .gitignore for glib
|
||||||
|
|
||||||
|
* docs/reference/.gitignore:
|
||||||
|
* docs/reference/gio/.gitignore:
|
||||||
|
* docs/reference/gobject/tmpl/.gitignore:
|
||||||
|
* gio/.gitignore:
|
||||||
|
* gio/tests/.gitignore:
|
||||||
|
* glib/.gitignore:
|
||||||
|
* glib/libcharset/.gitignore:
|
||||||
|
* glib/tests/.gitignore:
|
||||||
|
* gmodule/.gitignore:
|
||||||
|
* gobject/.gitignore:
|
||||||
|
* gobject/tests/.gitignore:
|
||||||
|
* po/.gitignore:
|
||||||
|
* tests/.gitignore: new files
|
||||||
|
* .gitignore: remove 'build' (since it's part of glib now), add more
|
||||||
|
useful things.
|
||||||
|
|
||||||
2008-09-02 Matthias Clasen <mclasen@redhat.com>
|
2008-09-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
15
docs/reference/.gitignore
vendored
Normal file
15
docs/reference/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
*-decl-list.txt
|
||||||
|
*-decl.txt
|
||||||
|
*-unused.txt
|
||||||
|
*-undocumented.txt
|
||||||
|
*-undeclared.txt
|
||||||
|
*.args
|
||||||
|
*.hierarchy
|
||||||
|
*.interfaces
|
||||||
|
*.prerequisites
|
||||||
|
*.signals
|
||||||
|
*.stamp
|
||||||
|
html
|
||||||
|
xml
|
||||||
|
*.bak
|
||||||
|
version.xml
|
2
docs/reference/gio/.gitignore
vendored
Normal file
2
docs/reference/gio/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
gio-overrides.txt
|
||||||
|
tmpl
|
13
docs/reference/gobject/tmpl/.gitignore
vendored
Normal file
13
docs/reference/gobject/tmpl/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
enumerations_flags.sgml
|
||||||
|
gboxed.sgml
|
||||||
|
gclosure.sgml
|
||||||
|
generic_values.sgml
|
||||||
|
gparamspec.sgml
|
||||||
|
gtype.sgml
|
||||||
|
gtypemodule.sgml
|
||||||
|
gtypeplugin.sgml
|
||||||
|
objects.sgml
|
||||||
|
param_value_types.sgml
|
||||||
|
signals.sgml
|
||||||
|
value_arrays.sgml
|
||||||
|
value_collection.sgml
|
4
gio/.gitignore
vendored
Normal file
4
gio/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
gio-marshal.[ch]
|
||||||
|
gioenumtypes.[ch]
|
||||||
|
gioalias.h
|
||||||
|
gioaliasdef.c
|
7
gio/tests/.gitignore
vendored
Normal file
7
gio/tests/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
data-input-stream
|
||||||
|
data-output-stream
|
||||||
|
g-file
|
||||||
|
g-file-info
|
||||||
|
live-g-file
|
||||||
|
memory-input-stream
|
||||||
|
memory-output-stream
|
3
glib/.gitignore
vendored
Normal file
3
glib/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
galias.h
|
||||||
|
galiasdef.c
|
||||||
|
gtester
|
3
glib/libcharset/.gitignore
vendored
Normal file
3
glib/libcharset/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
charset.alias
|
||||||
|
ref-add.sed
|
||||||
|
ref-del.sed
|
8
glib/tests/.gitignore
vendored
Normal file
8
glib/tests/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
array-test
|
||||||
|
fileutils
|
||||||
|
keyfile
|
||||||
|
markup-subparser
|
||||||
|
option-context
|
||||||
|
strfuncs
|
||||||
|
testing
|
||||||
|
tmpsample.xml
|
1
gmodule/.gitignore
vendored
Normal file
1
gmodule/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
gmoduleconf.h
|
8
gobject/.gitignore
vendored
Normal file
8
gobject/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
glib-genmarshal
|
||||||
|
glib-mkenums
|
||||||
|
gmarshal.[ch]
|
||||||
|
gmarshal.strings
|
||||||
|
gobject-query
|
||||||
|
gobjectalias.h
|
||||||
|
gobjectaliasdef.c
|
||||||
|
testgobject
|
1
gobject/tests/.gitignore
vendored
Normal file
1
gobject/tests/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
threadtests
|
2
po/.gitignore
vendored
Normal file
2
po/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
POTFILES
|
||||||
|
*.gmo
|
21
tests/.gitignore
vendored
Normal file
21
tests/.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
errorcheck-mutex-test
|
||||||
|
deftype
|
||||||
|
testmarshal.c
|
||||||
|
testmarshal.h
|
||||||
|
closures
|
||||||
|
objects
|
||||||
|
objects2
|
||||||
|
properties
|
||||||
|
properties2
|
||||||
|
signal1
|
||||||
|
signal2
|
||||||
|
signal3
|
||||||
|
scannerapi
|
||||||
|
testgdate
|
||||||
|
testgdateparser
|
||||||
|
testglib
|
||||||
|
testingbase64
|
||||||
|
timeloop
|
||||||
|
timeloop-closure
|
||||||
|
unicode-collate
|
||||||
|
unicode-normalize
|
Loading…
Reference in New Issue
Block a user