Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nemu3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
nemu3
Commits
ace24fc5
Commit
ace24fc5
authored
Oct 24, 2016
by
Martín Ferrari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MANIFEST.
parent
3c2604a6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
MANIFEST
MANIFEST
+6
-3
Makefile
Makefile
+2
-1
No files found.
MANIFEST
View file @
ace24fc5
BUILDING.md
COPYING
DEPENDENCIES
docs/protocol.txt
docs/sample-api.txt
docs/X11Forwarding.md
examples/sample.py
Makefile
protocol.txt
sample-api.txt
README.md
setup.cfg
setup.py
src/nemu/environ.py
...
...
@@ -21,3 +23,4 @@ test/test_routing.py
test/test_subprocess.py
test/test_switch.py
test/test_util.py
TODO.md
Makefile
View file @
ace24fc5
...
...
@@ -64,7 +64,8 @@ distclean: clean
rm
-rf
"
$(DISTDIR)
"
MANIFEST
:
distclean
find
.
-path
./.hg
-prune
-o
-path
./build
-prune
-o
\
find
.
-path
./.git
\*
-prune
-o
-path
./build
-prune
-o
\
-path
./docs/debconf-talk
-prune
-o
\
-path
./benchmarks
-prune
-o
\
-name
\*
.pyc
-prune
-o
-name
\*
.swp
-prune
-o
\
-name
MANIFEST
-prune
-o
-name
.hg
\*
-prune
-o
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment