mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-21 14:40:46 +02:00
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:
parent
60080377a2
commit
832b2bdff4
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue