summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-06-11 13:45:22 +0200
committerThomas Haller <thaller@redhat.com>2015-06-11 13:45:37 +0200
commit176b13374a687f9fba7b6c51aac6155ac2e50f5b (patch)
tree1fcf68ae9e305946ee53ff86e44bb4159d5d2427
parent631f5b1e5c4d9e6e5ffce50d2d8ede7e718c10da (diff)
downloadNetworkManager-176b13374a687f9fba7b6c51aac6155ac2e50f5b.tar.gz
gitignore: ignore temporary files during build
If you type `git status` a certain times during build, you see some temporary (untracked) files. Ignore them.
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c7bcc05821..4b0ad46a45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.*