Changed: Altered the .hgignore to ignore the build and 3rdParty folders for the new code/CMakeLists.txt build
This commit is contained in:
parent
62134dbac9
commit
3bbe4935b7
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,7 @@ moc_*.cpp
|
||||||
*.patch
|
*.patch
|
||||||
*.7z
|
*.7z
|
||||||
external
|
external
|
||||||
|
3rdParty
|
||||||
.svn
|
.svn
|
||||||
|
|
||||||
# build
|
# build
|
||||||
|
@ -148,6 +149,7 @@ code/nel/build/*
|
||||||
code/nelns/build/*
|
code/nelns/build/*
|
||||||
code/snowballs/build/*
|
code/snowballs/build/*
|
||||||
code/ryzom/build/*
|
code/ryzom/build/*
|
||||||
|
code/build/*
|
||||||
|
|
||||||
# Linux nel compile
|
# Linux nel compile
|
||||||
code/nel/build/nel-config
|
code/nel/build/nel-config
|
||||||
|
|
Loading…
Reference in a new issue