Skip to content

Commit

Permalink
Added .gitignore (copied and tweaked from geany)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 13, 2011
1 parent aa448f0 commit e3ed74d
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions .gitignore
@@ -0,0 +1,77 @@
#-----------------------------------------------------------------------
# common
#-----------------------------------------------------------------------
*.[ao]
*.la
*.lo
*.so
*.dll
*.exe
deps.mak
.deps/
.libs/
Makefile
Makefile.in

#-----------------------------------------------------------------------
# / (root)
#-----------------------------------------------------------------------
/aclocal.m4
/autom4te.cache
/_build_
/build/*.pyc
/build/cache
/build-aux/
/build-stamp
/geanygdb/src/ttyhelper
/codenames
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/debian
/depcomp
/install-sh
/intltool
/intltool-*
/libtool
/localwin32.mk
/.lock-wscript
/ltmain.sh
/m4/
/make_deb.sh
/missing
/mkinstalldirs
/RUN
/stamp-h
/stamp-h1
/stamp-h.in
/*.tar.*
/TODO.*
/.waf-*
.lock-wafbuild

#-----------------------------------------------------------------------
# /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

0 comments on commit e3ed74d

Please sign in to comment.