gitignore: ignore temporary files during build

If you type `git status` a certain times during build,
you see some temporary (untracked) files. Ignore them.

(cherry picked from commit 176b13374a)
This commit is contained in:
Thomas Haller 2015-06-11 13:45:22 +02:00
parent 60080377a2
commit 832b2bdff4

5
.gitignore vendored
View file

@ -11,6 +11,7 @@
*.typelib
*.stamp
*-enum-types.[ch]
*.loT
Makefile
Makefile.in*
compile
@ -43,6 +44,10 @@ test-*.trs
/configure
/intltool-*
/confdefs.h
/conftest.[ch]
/conftest.o.*
/callouts/nm-avahi-autoipd.action
/callouts/nm-dispatcher
/callouts/nmdbus-dispatcher.*