Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
codebrainz authored and b4n committed Oct 9, 2011
1 parent fbf77f5 commit 447b5e3
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
#-----------------------------------------------------------------------
# common
#-----------------------------------------------------------------------
*.[ao]
*.la
*.lo
*.so
*.dll
.deps/
.libs/
Makefile
Makefile.in

#-----------------------------------------------------------------------
# / (root)
#-----------------------------------------------------------------------
/aclocal.m4
/autom4te.cache
/_build_
/build-aux/
/build-stamp
/codenames
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/debian
/depcomp
/geany.1
/geany.desktop
/geany.glade.bak
/geany.gladep.bak
/geany.pc
/geany.spec
/global.tags.old
/install-sh
/intltool
/intltool-*
/libtool
/.lock-wscript
/ltmain.sh
/m4/
/make_deb.sh
/missing
/mkinstalldirs
/RUN
/stamp-h
/stamp-h1
/stamp-h.in
/*.tar.*
/TODO.*
/.waf-*

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

#-----------------------------------------------------------------------
# /src/
#-----------------------------------------------------------------------
/src/geany

#-----------------------------------------------------------------------
# /doc/
#-----------------------------------------------------------------------
/doc/Doxyfile
/doc/geany.1
/doc/hacking.html
/doc/*.pdf
/doc/reference

0 comments on commit 447b5e3

Please sign in to comment.