repo.or.cz
/
tinyjs-rewrite.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updatified makefile. to infinity and maybe a little further? can't hardly be verbose...
[tinyjs-rewrite.git]
/
.gitignore
blob
8e4ae86ef62ddf8faf998be0c11766584631f013
1
tjs
2
tjs.exe
3
run_tests
4
run_tests.exe
5
6
tinyjs.lib
7
tinyjs.dll
8
libtinyjs.a
9
libtinyjs.so
10
11
12
# extra stuff from https://www.gitignore.io
13
### C++ ###
14
# Compiled Object files
15
*.slo
16
*.lo
17
*.o
18
*.obj
19
20
# Precompiled Headers
21
*.gch
22
*.pch
23
24
# Compiled Dynamic libraries
25
*.so
26
*.dylib
27
*.dll
28
29
# Fortran module files
30
*.mod
31
32
# Compiled Static libraries
33
*.lai
34
*.la
35
*.a
36
*.lib
37
38
# Executables
39
*.exe
40
*.out
41
*.app