Skip to content

Commit cff4337

Browse files
committed
Add some useful macros to Eng Notebook
1 parent 7e2ac94 commit cff4337

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*.o
2+
*.lo
3+
*.la
4+
*.al
5+
.libs
6+
*.so
7+
*.so.[0-9]*
8+
*.a
9+
*.pyc
10+
*.pyo
11+
__pycache__
12+
*.rej
13+
*~
14+
#*#
15+
.#*
16+
.*.swp
17+
*.*#
18+
.DS_Store
19+
[Tt]humbs.db
8.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)