diff options
author | Karel Kočí <kocikare@fel.cvut.cz> | 2015-08-08 09:37:37 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-08-12 10:22:55 +0200 |
commit | 6d7447ad132839bf63e960eb041db0f05cb8a15c (patch) | |
tree | 0a898b418d7403e07bbe226f5ed180dd04e0c6c7 | |
parent | 655f43cdac8c56cadc2b14f65cc7041d5eba5ee6 (diff) | |
download | linux-conf-perf-6d7447ad132839bf63e960eb041db0f05cb8a15c.tar.gz linux-conf-perf-6d7447ad132839bf63e960eb041db0f05cb8a15c.tar.bz2 linux-conf-perf-6d7447ad132839bf63e960eb041db0f05cb8a15c.zip |
Fix .gitignore in folder root/cyclictest/
Git was ignoring files in overlay folder
-rw-r--r-- | root/cyclictest/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/cyclictest/.gitignore b/root/cyclictest/.gitignore index cf36401..0d00e53 100644 --- a/root/cyclictest/.gitignore +++ b/root/cyclictest/.gitignore @@ -3,4 +3,4 @@ !.gitignore !GNUmakefile !prepare_boot -!overlay/ +!overlay/** |