Add some gitignore files.
This commit is contained in:
parent
42227bce83
commit
4599520518
11 changed files with 54 additions and 0 deletions
2
daemon/.gitignore
vendored
Normal file
2
daemon/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*.pyc
|
||||
build
|
1
daemon/core/.gitignore
vendored
Normal file
1
daemon/core/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
constants.py
|
1
daemon/doc/.gitignore
vendored
Normal file
1
daemon/doc/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
conf.py
|
1
daemon/ns3/corens3/.gitignore
vendored
Normal file
1
daemon/ns3/corens3/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
constants.py
|
8
daemon/src/.gitignore
vendored
Normal file
8
daemon/src/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
*.o
|
||||
Makefile
|
||||
Makefile.in
|
||||
build
|
||||
netns
|
||||
vcmd
|
||||
version.h
|
||||
vnoded
|
Loading…
Add table
Add a link
Reference in a new issue