firtst release
修訂 | 6ea8db1756ab03937cb0b190a83e74662d279414 (tree) |
---|---|
時間 | 2017-11-06 15:10:46 |
作者 | Kyotaro Horiguchi <horiguchi.kyotaro@lab....> |
Commiter | Kyotaro Horiguchi |
Added and removed some entries in .gitignore
Removed core.c, that is not appropriate.
Added .deps and RPMS.
@@ -1,11 +1,13 @@ | ||
1 | 1 | # Global excludes across all subdirectories |
2 | 2 | *.o |
3 | 3 | *.so |
4 | -core.c | |
5 | 4 | tags |
6 | 5 | regression.* |
6 | +*.tar.gz | |
7 | 7 | |
8 | 8 | # Generated subdirectories |
9 | +/.deps/ | |
9 | 10 | /log/ |
10 | 11 | /results/ |
11 | 12 | /tmp_check/ |
13 | +/RPMS/ | |
\ No newline at end of file |