1
1

Rename build directory to obj.

Some buildsystem use build in the pathname and so we will filter out
e.g. docs generation.
Этот коммит содержится в:
Andreas Schneider 2014-01-16 08:50:24 +01:00
родитель 57ef959aa3
Коммит 6d09104ad3
3 изменённых файлов: 2 добавлений и 2 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -3,6 +3,6 @@
.*
*.swp
*~$
build
obj
cscope.*
tags

Просмотреть файл

@ -721,7 +721,7 @@ EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = */.git/* \
*/.svn/* \
*/cmake/* \
*/build/*
*/obj/*
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the

Просмотреть файл