diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-13 02:33:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-13 04:00:29 +0300 |
commit | d203be43c9e1006672a1a1da6b177fd43f4760c2 (patch) | |
tree | 5a8aa84610405c3b54dff8d38edfa15d08603269 /.gitignore | |
parent | d2c132d50f618e8b533cb69d39e3e76d5439def9 (diff) | |
download | plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.gz plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.bz2 plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.xz plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.zip |
Move build scripts and logs to build dir.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 39 |
1 files changed, 20 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore index e775b63f9..bef2937de 100644 --- a/.gitignore +++ b/.gitignore @@ -79,25 +79,26 @@ mana.creator.user* run/* my/* win/* -make.log -make1.log -make2.log -make_nsiqcppstyle.txt -bcmake1 -bmake1 -gprof.png -gprof.txt -gmon.out -makecheck.txt -makecheck_err.txt -makeflawfinder.log -makegprof1 -pmake1 -packwin1 -toolchain.cmake1 -makerats.log -make_hc.txt -make_hc2.txt +build/make.log +build/make1.log +build/make2.log +build/make_nsiqcppstyle.txt +build/bcmake1 +build/bmake1 +build/gprof.png +build/gprof.txt +build/gprof.dot +build/gmon.out +build/makecheck.txt +build/makecheck_err.txt +build/makeflawfinder.log +build/makegprof1 +build/pmake1 +build/packwin1 +build/toolchain.cmake1 +build/makerats.log +build/make_hc.txt +build/make_hc2.txt # debian debian/* |