gitignore: ignore temporary files during build
authorThomas Haller <thaller@redhat.com>
Thu, 11 Jun 2015 11:45:22 +0000 (13:45 +0200)
committerThomas Haller <thaller@redhat.com>
Thu, 11 Jun 2015 11:45:37 +0000 (13:45 +0200)
If you type `git status` a certain times during build,
you see some temporary (untracked) files. Ignore them.

.gitignore

index c7bcc05..4b0ad46 100644 (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.*