Skip to content

Commit a06296f

Browse files
committed
update README-* as for xPacks
1 parent 2299aa3 commit a06296f

6 files changed

Lines changed: 560 additions & 358 deletions

File tree

.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,58 @@
1+
# Prerequisites
2+
*.d
3+
4+
# Compiled Object files
5+
*.slo
6+
*.lo
7+
*.o
8+
*.obj
9+
10+
# Precompiled Headers
11+
*.gch
12+
*.pch
13+
14+
# Compiled Dynamic libraries
15+
*.so
16+
*.dylib
17+
*.dll
18+
19+
# Fortran module files
20+
*.mod
21+
*.smod
22+
23+
# Compiled Static libraries
24+
*.lai
25+
*.la
26+
*.a
27+
*.lib
28+
29+
# Executables
30+
*.exe
31+
*.out
32+
*.app
33+
34+
# npm/xpm
35+
*.tgz
36+
node_modules/
37+
xpacks/
38+
package/
39+
40+
# Windows
41+
Thumbs.db
42+
43+
# macOS
44+
.DS_Store
45+
46+
# Eclipse
47+
.settings/
48+
Debug/
49+
Release/
50+
test-*/
51+
build/
52+
153
*~
254

55+
# end
56+
57+
58+

PUBLISH.md

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

0 commit comments

Comments
 (0)