Skip to content
Snippets Groups Projects
Commit f8f37495 authored by Mattijs Janssens's avatar Mattijs Janssens
Browse files

add cpp extension for c++

parent 8c2c2260
Branches
Tags
No related merge requests found
......@@ -125,7 +125,7 @@ cd $incDir
find .. $findOpt \
\( -name lnInclude -o -name -Make -o -name .svn -o -name config \) -prune \
-o \( -name '*.[CHh]' -o -name '*.[ch]xx' -o -name '*.type' \) \
-o \( -name '*.[CHh]' -o -name '*.[ch]xx' -o -name '*.cpp' -o -name '*.type' \) \
-a ! -name ".#*" \
-exec ln $lnOpt {} . \;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment