Create list of file patterns for git to ignore
This commit is contained in:
parent
e078f7ed97
commit
8c7527c85a
|
@ -0,0 +1,34 @@
|
|||
# List of file patterns for git to ignore.
|
||||
#
|
||||
# Please try to keep entries in alphabetical order :-)
|
||||
#
|
||||
*~
|
||||
*.a
|
||||
*.gmo
|
||||
*.o
|
||||
*.omf
|
||||
.deps
|
||||
.intltool-merge-cache
|
||||
.xml2po.mo
|
||||
INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
Makefile.in.in
|
||||
POTFILES
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
config.*
|
||||
configure
|
||||
depcomp
|
||||
gparted*
|
||||
gnome-doc-utils.make
|
||||
install-sh
|
||||
intltool-*
|
||||
libtool
|
||||
ltmain.sh
|
||||
m4
|
||||
missing
|
||||
mkinstalldirs
|
||||
omf.make
|
||||
stamp-*
|
||||
xmldocs.make
|
Loading…
Reference in New Issue