Skip to content

Commit

Permalink
.gitignore changes for Windows
Browse files Browse the repository at this point in the history
Initial work:
  https://github.com/codilime/contrail-vrouter/commits/windows

Change-Id: Ifb27a3dd197b48492aebdbef5b9dcb96c6afbd03
Partial-Bug: #1734699
  • Loading branch information
jablonskim committed Jan 5, 2018
1 parent 614e12a commit 4fb1592
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Expand Up @@ -3,6 +3,11 @@ dp-core/*.o
dp-core/*.o.cmd
linux/*.o.cmd
linux/*.o
*obj
*tlog
*pdb
*idb
*.log

# Not sure where this is generated
.tmp_versions
Expand All @@ -16,5 +21,15 @@ vrouter.mod.c
vrouter.mod.o
vrouter.o

include/vr_buildinfo.h
dp-core/vr_buildinfo.c

Module.symvers
modules.order
.vs
*.VC.db
*.VC.VC.opendb
/ipch/
/sandesh/gen-c/*
/test/cmocka
/test/atomic-test/x64

0 comments on commit 4fb1592

Please sign in to comment.