Make sure all files that should be present are present.
This commit is contained in:
49
.gitignore
vendored
Normal file
49
.gitignore
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
ABOUT-NLS
|
||||
INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
config.h
|
||||
config.h.in
|
||||
config.guess
|
||||
config.log
|
||||
config.rpath
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
debug.out
|
||||
depcomp
|
||||
install-sh
|
||||
intltool-extract.in
|
||||
intltool-extract
|
||||
intltool-merge.in
|
||||
intltool-merge
|
||||
intltool-update.in
|
||||
intltool-update
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
mkinstalldirs
|
||||
omf.make
|
||||
orca-autostart.desktop
|
||||
orca.desktop
|
||||
orca.spec
|
||||
py-compile
|
||||
stamp-h1
|
||||
xmldocs.make
|
||||
core
|
||||
bld
|
||||
*~
|
||||
patch.*
|
||||
[0-9][0-9][0-9][0-9][-]*
|
||||
|
||||
# /help
|
||||
/help/*.omf
|
||||
/help/*/*.page
|
||||
!/help/C/*.page
|
||||
/help/*/*.xml
|
||||
!/help/C/*.xml
|
||||
/help/*/*.mo
|
||||
/help/*/*.stamp
|
Reference in New Issue
Block a user