Skip to content
Snippets Groups Projects
Commit 98e1b15f authored by henry's avatar henry Committed by Mark Olesen
Browse files

Added support for .hpp and .cpp files.

parent 4bfb21b1
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 '*.[ch]pp' -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