]> git.lyx.org Git - lyx.git/commit
Setup .gitignore for generated files
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 21 Mar 2012 08:44:32 +0000 (09:44 +0100)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 22 Mar 2012 01:16:12 +0000 (02:16 +0100)
commitc7bb190fd3525207907cd6bfc10e564d15c5feb4
treeea2dd0be135eb5b56642aaa532fbb85923124e3a
parent138b615a3b32cb5db496bd27cb44efcc273884e1
Setup .gitignore for generated files

Setting up .gitignore or .git/info/excludes is something that should
be done. Not doing it makes it a lot harder to see actual new files
that should be added.

Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
16 files changed:
.gitignore [new file with mode: 0644]
boost/.gitignore [new file with mode: 0644]
config/.gitignore [new file with mode: 0644]
development/.gitignore [new file with mode: 0644]
development/MacOSX/.gitignore [new file with mode: 0644]
development/cygwin/.gitignore [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
lib/lyx2lyx/.gitignore [new file with mode: 0644]
po/.gitignore [new file with mode: 0644]
sourcedoc/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/client/.gitignore [new file with mode: 0644]
src/frontends/.gitignore [new file with mode: 0644]
src/frontends/qt4/.gitignore [new file with mode: 0644]
src/support/.gitignore [new file with mode: 0644]
src/tex2lyx/.gitignore [new file with mode: 0644]