Skip to content

Commit f498f90

Browse files
committed
Do not copy the .gitignore from YARP
* It ignores ast.h but we want to commit it. * Our gitignore already ignores *.o, etc.
1 parent 8279a78 commit f498f90

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

src/main/c/yarp/.gitignore

Lines changed: 0 additions & 47 deletions
This file was deleted.

tool/import-prism.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ popd
1717
rm -rf src/main/c/yarp
1818
mkdir src/main/c/yarp
1919
cp -R $YARP/{include,src} src/main/c/yarp
20-
cp $YARP/{.gitignore,LICENSE.md,Makefile} src/main/c/yarp
20+
cp $YARP/{LICENSE.md,Makefile} src/main/c/yarp
2121

2222
rm -rf src/yarp/java
2323
cp -R $YARP/java src/yarp/java

0 commit comments

Comments
 (0)