diff options
author | Jonathan Bauer | 2018-02-16 12:25:48 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-02-16 12:25:48 +0100 |
commit | 8a83efedc0bb3ade2a2b2e6a28b4de9e2b506c13 (patch) | |
tree | 4557a2a90296df7394f858ce72c34c827d492448 /.gitignore | |
parent | [setup_target] fix missing module clean warning (diff) | |
download | mltk-8a83efedc0bb3ade2a2b2e6a28b4de9e2b506c13.tar.gz mltk-8a83efedc0bb3ade2a2b2e6a28b4de9e2b506c13.tar.xz mltk-8a83efedc0bb3ade2a2b2e6a28b4de9e2b506c13.zip |
add tmp/chroot, tmp/work and sort .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 10 insertions, 8 deletions
@@ -1,20 +1,22 @@ *~ -*.swp -*.so -src/ -ksrc/ aufs?-standalone/ build/ .built +/config .fetched_source +ksrc/ list* -test logs/ -/config openslx.config -rootupper/ overlay -var/log +rootupper/ +*.so +src/ +*.swp +test +tmp/chroot +tmp/work var/builds +var/log **/winres/tmp/ **/winres/winres.exe |