After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584675 - Untracked files on fresh clone
Untracked files on fresh clone
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2009-06-03 00:13 UTC by Alexander Kojevnikov
Modified: 2009-06-15 17:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexander Kojevnikov 2009-06-03 00:13:48 UTC
After doing a fresh git clone and running ./autogen.sh and make, a number of
files are shown as untracked.

.gitignore file should be updated to hide them:

$ git status
# On branch master
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	Makefile
#	config.h
#	config.log
#	config.status
#	copy-n-paste/.deps/
#	copy-n-paste/.libs/
#	copy-n-paste/Makefile
#	copy-n-paste/libeggsmclient.la
#	copy-n-paste/libeggsmclient_la-eggdesktopfile.lo
#	copy-n-paste/libeggsmclient_la-eggsmclient-xsmp.lo
#	copy-n-paste/libeggsmclient_la-eggsmclient.lo
#	data/Makefile
#	data/file-roller.desktop
#	data/file-roller.desktop.in
#	data/icons/16x16/Makefile
#	data/icons/16x16/actions/Makefile
#	data/icons/16x16/apps/Makefile
#	data/icons/22x22/Makefile
#	data/icons/22x22/apps/Makefile
#	data/icons/24x24/Makefile
#	data/icons/24x24/actions/Makefile
#	data/icons/24x24/apps/Makefile
#	data/icons/32x32/Makefile
#	data/icons/32x32/apps/Makefile
#	data/icons/Makefile
#	data/icons/scalable/Makefile
#	data/icons/scalable/apps/Makefile
#	data/ui/Makefile
#	file-roller.spec
#	help/Makefile
#	help/bg/.xml2po.mo
#	help/bg/file-roller.xml
#	help/ca/.xml2po.mo
#	help/ca/file-roller.xml
#	help/de/.xml2po.mo
#	help/de/file-roller.xml
#	help/el/.xml2po.mo
#	help/el/file-roller.xml
#	help/en_GB/.xml2po.mo
#	help/en_GB/file-roller.xml
#	help/es/.xml2po.mo
#	help/es/file-roller.xml
#	help/fi/.xml2po.mo
#	help/fi/file-roller.xml
#	help/file-roller-C.omf
#	help/file-roller-bg.omf
#	help/file-roller-ca.omf
#	help/file-roller-de.omf
#	help/file-roller-el.omf
#	help/file-roller-en_GB.omf
#	help/file-roller-es.omf
#	help/file-roller-fi.omf
#	help/file-roller-fr.omf
#	help/file-roller-it.omf
#	help/file-roller-nl.omf
#	help/file-roller-oc.omf
#	help/file-roller-ru.omf
#	help/file-roller-sv.omf
#	help/file-roller-uk.omf
#	help/file-roller-vi.omf
#	help/fr/.xml2po.mo
#	help/fr/file-roller.xml
#	help/it/.xml2po.mo
#	help/it/file-roller.xml
#	help/nl/.xml2po.mo
#	help/nl/file-roller.xml
#	help/oc/.xml2po.mo
#	help/oc/file-roller.xml
#	help/ru/.xml2po.mo
#	help/ru/file-roller.xml
#	help/sv/.xml2po.mo
#	help/sv/file-roller.xml
#	help/uk/.xml2po.mo
#	help/uk/file-roller.xml
#	help/vi/.xml2po.mo
#	help/vi/file-roller.xml
#	libtool
#	nautilus/.deps/
#	nautilus/.libs/
#	nautilus/Makefile
#	nautilus/fileroller-module.lo
#	nautilus/libnautilus-fileroller.la
#	nautilus/nautilus-fileroller.lo
#	po/.intltool-merge-cache
#	po/Makefile
#	po/POTFILES
#	po/af.gmo
#	po/am.gmo
#	po/ar.gmo
#	po/as.gmo
#	po/ast.gmo
#	po/az.gmo
#	po/be.gmo
#	po/be@latin.gmo
#	po/bg.gmo
#	po/bn.gmo
#	po/bn_IN.gmo
#	po/br.gmo
#	po/bs.gmo
#	po/ca.gmo
#	po/cs.gmo
#	po/cy.gmo
#	po/da.gmo
#	po/de.gmo
#	po/dz.gmo
#	po/el.gmo
#	po/en_CA.gmo
#	po/en_GB.gmo
#	po/es.gmo
#	po/et.gmo
#	po/eu.gmo
#	po/fa.gmo
#	po/fi.gmo
#	po/fr.gmo
#	po/fur.gmo
#	po/ga.gmo
#	po/gl.gmo
#	po/gu.gmo
#	po/he.gmo
#	po/hi.gmo
#	po/hr.gmo
#	po/hu.gmo
#	po/hy.gmo
#	po/id.gmo
#	po/is.gmo
#	po/it.gmo
#	po/ja.gmo
#	po/ka.gmo
#	po/kn.gmo
#	po/ko.gmo
#	po/ku.gmo
#	po/lt.gmo
#	po/lv.gmo
#	po/mai.gmo
#	po/mg.gmo
#	po/mk.gmo
#	po/ml.gmo
#	po/mn.gmo
#	po/mr.gmo
#	po/ms.gmo
#	po/nb.gmo
#	po/ne.gmo
#	po/nl.gmo
#	po/nn.gmo
#	po/oc.gmo
#	po/or.gmo
#	po/pa.gmo
#	po/pl.gmo
#	po/ps.gmo
#	po/pt.gmo
#	po/pt_BR.gmo
#	po/ro.gmo
#	po/ru.gmo
#	po/rw.gmo
#	po/si.gmo
#	po/sk.gmo
#	po/sl.gmo
#	po/sq.gmo
#	po/sr.gmo
#	po/sr@ije.gmo
#	po/sr@latin.gmo
#	po/stamp-it
#	po/sv.gmo
#	po/ta.gmo
#	po/te.gmo
#	po/th.gmo
#	po/tk.gmo
#	po/tr.gmo
#	po/uk.gmo
#	po/ur.gmo
#	po/ur_PK.gmo
#	po/vi.gmo
#	po/xh.gmo
#	po/zh_CN.gmo
#	po/zh_HK.gmo
#	po/zh_TW.gmo
#	src/.deps/
#	src/Makefile
#	src/actions.o
#	src/dlg-add-files.o
#	src/dlg-add-folder.o
#	src/dlg-ask-password.o
#	src/dlg-batch-add.o
#	src/dlg-delete.o
#	src/dlg-extract.o
#	src/dlg-new.o
#	src/dlg-open-with.o
#	src/dlg-password.o
#	src/dlg-prop.o
#	src/dlg-update.o
#	src/eggtreemultidnd.o
#	src/file-data.o
#	src/file-roller
#	src/file-utils.o
#	src/fr-archive.o
#	src/fr-command-7z.o
#	src/fr-command-ace.o
#	src/fr-command-alz.o
#	src/fr-command-ar.o
#	src/fr-command-arj.o
#	src/fr-command-cfile.o
#	src/fr-command-cpio.o
#	src/fr-command-iso.o
#	src/fr-command-jar.o
#	src/fr-command-lha.o
#	src/fr-command-rar.o
#	src/fr-command-rpm.o
#	src/fr-command-tar.o
#	src/fr-command-unstuff.o
#	src/fr-command-zip.o
#	src/fr-command-zoo.o
#	src/fr-command.o
#	src/fr-enum-types.o
#	src/fr-error.o
#	src/fr-list-model.o
#	src/fr-marshal.o
#	src/fr-process.o
#	src/fr-stock.o
#	src/fr-window.o
#	src/gconf-utils.o
#	src/gio-utils.o
#	src/glib-utils.o
#	src/gtk-utils.o
#	src/java-utils.o
#	src/main.o
#	src/open-file.o
#	src/preferences.o
#	src/sexy-icon-entry.o
#	src/sh/Makefile
#	stamp-h1
nothing added to commit but untracked files present (use "git add" to track)
Comment 1 Paolo Bacchilega 2009-06-15 17:37:32 UTC
fixed in master