added .gitignore entries for locally created files

This should be enough to keep "git" happy after a compilation inside
the source directory. Kudos to Sascha Peilicke for the original
patch.
This commit is contained in:
Patrick Ohly 2011-04-04 17:10:35 +02:00
parent b3a9655671
commit 3dc7b5fb17
6 changed files with 37 additions and 4 deletions

20
.gitignore vendored
View file

@ -14,9 +14,21 @@ install-sh
ltmain.sh
missing
Makefile.in
src/Makefile.am
po/Makefile.in.in
po/LINGUAS
mkinstalldirs
intltool-*.in
/*.patch
/*.patch
*.o
*.lo
*.la
.deps
.libs
.*.swp
Makefile
*.gmo
stamp-h1
CONFIGURE.sh
config.status
config.log
/libtool
/config.h
/README

4
po/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
/Makefile.in.in
/LINGUAS
/POTFILES
/stamp-it

12
src/.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
/Makefile.am
/syncevolution
/synccompare
/client-test
/build-synthesis
/org.syncevolution.service
/syncevo-dbus-server
/syncevo-dbus-server-startup.sh
/syncevo-dbus-server.desktop
/syncevo-http-server
/syncevo-phone-config
/testcases

1
src/dbus/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/syncevo-dbus.pc

1
src/gdbus/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/example

3
src/syncevo/.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
/CmdlineHelp.c
/SyncEvolutionXML.c
/syncevolution.pc