Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nptool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
np
nptool
Commits
3d364a25
Commit
3d364a25
authored
11 years ago
by
adrien-matta
Browse files
Options
Downloads
Patches
Plain Diff
Change script to avoid deleting of .gitignore
parent
a28b1e11
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NPLib/scripts/fillincdir.sh
+2
-5
2 additions, 5 deletions
NPLib/scripts/fillincdir.sh
NPLib/scripts/filllibdir.sh
+1
-3
1 addition, 3 deletions
NPLib/scripts/filllibdir.sh
with
3 additions
and
8 deletions
NPLib/scripts/fillincdir.sh
+
2
−
5
View file @
3d364a25
...
@@ -24,9 +24,7 @@
...
@@ -24,9 +24,7 @@
echo
" + Copying header files to the include directory....."
echo
" + Copying header files to the include directory....."
# previously, clean include directory
# previously, clean include directory
cd
include/
rm
-f
include/
*
.h
rm
-f
*
cd
../
# loop recursively on header files in all directories
# loop recursively on header files in all directories
for
file
in
*
/
*
.h
for
file
in
*
/
*
.h
...
@@ -36,5 +34,4 @@ do
...
@@ -36,5 +34,4 @@ do
done
done
# remove include file with *Dict*
# remove include file with *Dict*
cd
include/
rm
-f
include/
*
Dict
*
rm
-f
*
Dict
*
This diff is collapsed.
Click to expand it.
NPLib/scripts/filllibdir.sh
+
1
−
3
View file @
3d364a25
...
@@ -24,9 +24,7 @@
...
@@ -24,9 +24,7 @@
echo
" + Copying libraries to the lib directory....."
echo
" + Copying libraries to the lib directory....."
# previously, clean lib/ directory
# previously, clean lib/ directory
cd
lib/
rm
-f
lib/
*
.so
rm
-f
*
cd
../
# loop recursively on header files in all directories
# loop recursively on header files in all directories
for
file
in
*
/
*
.so
for
file
in
*
/
*
.so
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment