This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
containerd
Watch
1
Star
0
Fork
You've already forked containerd
0
Code
Pull requests
Releases
Activity
7d0b1eef8e
containerd
/
.gitignore
3 lines
21 B
Text
Raw
Normal View
History
Unescape
Escape
A few .gitignore updates (#308) * gitignore: Use absolute paths git status will only match the ignored path from the root of the repository, a very slightly more accurate way to ignore those files. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> * gitignore: Ignore the /output directory Test artifacts are now generated in /output, so update the .gitignore file accordingly. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2016-08-26 16:40:41 +00:00
/bin/
Put coverage files in gitignore ``` 23:59 $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) events/coverage.txt gc/coverage.txt log/coverage.txt snapshot/coverage.txt ``` I run `make coverage` and I just noticed that all generated files are not in gitignore. Signed-off-by: Gianluca Arbezzano <ga@thumpflow.com>
2017-01-11 23:00:02 +00:00
*/coverage.txt
Copy permalink