Remove old .cvsignore files
As the source code is managed in GIT and there is a .gitignore file in the top level directory specifying file names to exclude from version control, then the old per-directory .cvsignore files for CVS are redundant. Add the only missing and applicable entry from src/.cvsignore of '.libs' to .gitignore and remove all the .cvsignore files.
This commit is contained in:
parent
9af41093f8
commit
69d1bbcf8f
33
.cvsignore
33
.cvsignore
|
@ -1,33 +0,0 @@
|
|||
.tm_project.cache
|
||||
*.prj
|
||||
*.prj.bak
|
||||
*.pws
|
||||
config.h
|
||||
libtool
|
||||
config.status
|
||||
config.guess
|
||||
config.sub
|
||||
ltconfig
|
||||
ltmain.sh
|
||||
install-sh
|
||||
missing
|
||||
aclocal.m4
|
||||
configure
|
||||
config.h.in
|
||||
stamp-h.in
|
||||
Makefile.in
|
||||
config.log
|
||||
config.cache
|
||||
Makefile
|
||||
stamp-h*
|
||||
depcomp
|
||||
autom4te*.cache
|
||||
*.swp
|
||||
m4
|
||||
conftest*
|
||||
setup-gettext
|
||||
COPYING
|
||||
INSTALL
|
||||
mkinstalldirs
|
||||
intltool-*
|
||||
gparted.desktop
|
|
@ -13,6 +13,7 @@
|
|||
.csettings
|
||||
.deps
|
||||
.intltool-merge-cache
|
||||
.libs
|
||||
.project
|
||||
.xml2po.mo
|
||||
INSTALL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
*.swp
|
|
@ -1,3 +0,0 @@
|
|||
*.swp
|
||||
Makefile
|
||||
Makefile.in
|
|
@ -1,17 +0,0 @@
|
|||
*.gmo
|
||||
*.mo
|
||||
*.pot
|
||||
*.swp
|
||||
Makefile
|
||||
Makefile.in
|
||||
Makefile.in.in
|
||||
POTFILES
|
||||
cat-id-tbl.c
|
||||
messages
|
||||
messages.mo
|
||||
missing
|
||||
notexist
|
||||
po2tbl.sed
|
||||
po2tbl.sed.in
|
||||
stamp-cat-id
|
||||
stamp-it
|
|
@ -1,7 +0,0 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
.deps
|
||||
.libs
|
||||
gparted
|
||||
*.o
|
||||
*.swp
|
Loading…
Reference in New Issue