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
|
||||
*.7z
|
||||
external
|
||||
3rdParty
|
||||
.svn
|
||||
|
||||
# build
|
||||
|
@ -148,6 +149,7 @@ code/nel/build/*
|
|||
code/nelns/build/*
|
||||
code/snowballs/build/*
|
||||
code/ryzom/build/*
|
||||
code/build/*
|
||||
|
||||
# Linux nel compile
|
||||
code/nel/build/nel-config
|
||||
|
|
Loading…
Reference in a new issue