geany/.gitignore

117 lines
2.1 KiB
Plaintext
Raw Normal View History

2011-10-09 23:04:10 +02:00
#-----------------------------------------------------------------------
# common
#-----------------------------------------------------------------------
*.[ao]
*.la
*.lo
*.so
*.dll
*.exe
deps.mak
2011-10-09 23:04:10 +02:00
.deps/
.libs/
Makefile
Makefile.in
.dirstamp
2011-10-09 23:04:10 +02:00
#-----------------------------------------------------------------------
# / (root)
#-----------------------------------------------------------------------
/aclocal.m4
/autom4te.cache
/build-aux/
/build-stamp
/codenames
/config.guess
/config.h
/config.h.in
/config.h.in~
2011-10-09 23:04:10 +02:00
/config.log
/config.status
/config.sub
/configure
/debian
/depcomp
/geany.1
/geany.desktop
/geany.glade.bak
/geany.gladep.bak
/geany.pc
/geany.nsi
2011-10-09 23:04:10 +02:00
/geany.spec
/geany_private.res
2011-10-09 23:04:10 +02:00
/global.tags.old
/install-sh
/intltool
/intltool-*
/libtool
/localwin32.mk
2011-10-09 23:04:10 +02:00
/ltmain.sh
/m4/lt*.m4
/m4/intltool.m4
/m4/libtool.m4
2011-10-09 23:04:10 +02:00
/make_deb.sh
/missing
/mkinstalldirs
/RUN
/stamp-h
/stamp-h1
/stamp-h.in
/*.tar.*
/TODO.*
#-----------------------------------------------------------------------
# /po/
#-----------------------------------------------------------------------
/po/ChangeLog.save
/po/*.gmo
/po/*.header
/po/.intltool-merge-cache
/po/LINGUAS
/po/Makefile.in.in
/po/Makevars
/po/*.mo
/po/*.pot
/po/POTFILES
/po/POTFILES.ignore
/po/POTFILES.in.missing
/po/POTFILES.in.noi18n
/po/Rules-quot
/po/*.sed
/po/*.sin
/po/stamp-it
2013-01-31 16:29:04 +01:00
/po/.intlcache
2011-10-09 23:04:10 +02:00
#-----------------------------------------------------------------------
# /src/
#-----------------------------------------------------------------------
/src/geany
2015-04-05 00:38:59 +00:00
/src/signallist.i
2011-10-09 23:04:10 +02:00
#-----------------------------------------------------------------------
# /doc/
#-----------------------------------------------------------------------
/doc/Doxyfile
/doc/Doxyfile-gi
2014-04-26 23:11:53 -07:00
/doc/Doxyfile.stamp
/doc/Doxyfile-gi.stamp
2011-10-09 23:04:10 +02:00
/doc/geany.1
/doc/geany.html
2011-10-09 23:04:10 +02:00
/doc/hacking.html
/doc/*.pdf
/doc/*.aux
/doc/*.log
/doc/*.out
/doc/*.tex
/doc/*.toc
2011-10-09 23:04:10 +02:00
/doc/reference
2016-02-07 09:42:13 -08:00
/doc/geany-gtkdoc.h
/doc/geany-sciwrappers-gtkdoc.h
2016-02-07 09:42:13 -08:00
/doc/xml/
#-----------------------------------------------------------------------
# /tests/
#-----------------------------------------------------------------------
/tests/**/*.trs
/tests/**/*.log