Skip to content

Commit 3ea1f10

Browse files
committed
Add .gitignore.
1 parent d719c0e commit 3ea1f10

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.a
2+
*.so
3+
*.o
4+
*.dylib
5+
lib/savec

demos/video/chapel-webcam/lib/smol.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#include "stdchpl.h"
22
#include "wctype.h"
33
#include "ctype.h"
4-
5-
64
void chpl__init_smol(int64_t _ln,
75
int32_t _fn);
86
int64_t square(int64_t x);

0 commit comments

Comments
 (0)