diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-04-29 11:50:12 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2009-04-29 11:50:12 -0400 |
commit | a231b2295173fa77816e1eac0b20402de879998f (patch) | |
tree | 0a3d9261541ff8409e63552be93acaf037fdc1d0 | |
parent | de404246b3143ac0aa223654b6befebe1667eae6 (diff) |
git: ignore scons config report
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,8 @@ | |||
1 | 1 | # object files | |
2 | *.o | 2 | *.o |
3 | *.a | 3 | *.a |
4 | |||
5 | # executables | ||
4 | rt_launch | 6 | rt_launch |
5 | wait_test | 7 | wait_test |
6 | np_test | 8 | np_test |
@@ -12,6 +14,9 @@ release_ts | |||
12 | showst | 14 | showst |
13 | rtspin | 15 | rtspin |
14 | cycles | 16 | cycles |
17 | measure_syscall | ||
18 | |||
19 | # scons files | ||
15 | .sconsign.dblite | 20 | .sconsign.dblite |
16 | .sconf_temp/* | 21 | .sconf_temp/* |
17 | measure_syscall \ No newline at end of file | 22 | config.log |