commit | b54753ff94b67163ea570e322e7b0ea18459b258 | [log] [tgz] |
---|---|---|
author | 51isoft <yichaonet@gmail.com> | Wed Jan 29 21:22:40 2014 +0800 |
committer | 51isoft <yichaonet@gmail.com> | Wed Jan 29 21:22:40 2014 +0800 |
tree | 37b50519d47208ee584d20a3bc7ff0e1c1d308cb | |
parent | 6ab7e82119d5f3bfd9110ab8584a98d308aea915 [diff] [blame] |
Initial commit for dispatcher-v2
diff --git a/.gitignore b/.gitignore index 93b35c4..c42e31f 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,9 +1,24 @@ -*/results/* -*/cha_results/* -*/raw_files/* -*/cha_raw_files/* - -*.log +# ignore bott files +/results/* +/cha_results/* +/raw_files/* +/cha_raw_files/* *.bott +# ignore CodeBlocks/Netbeans project files +bin +build +*.cbp +*.layout +*.depend +dist +Makefile +nbproject +obj +src +include +.dep.inc + +# ignore log files +*.log nohup.out