Skip to content

Commit ef4ff68

Browse files
committed
clean up
1 parent 25cfb2d commit ef4ff68

File tree

8 files changed

+37
-93
lines changed

8 files changed

+37
-93
lines changed

.gitignore

+37-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,40 @@
1-
SDL
1+
build*/
2+
output/
3+
SDL/
4+
main
5+
settings.toml
26

3-
build
7+
*.tar.*
48

5-
src/*.o
6-
main
9+
# Prerequisites
10+
*.d
711

8-
settings.toml
12+
# Compiled Object files
13+
*.slo
14+
*.lo
15+
*.o
16+
17+
# Precompiled Headers
18+
*.gch
19+
*.pch
20+
21+
# Compiled Dynamic libraries
22+
*.so
23+
*.dylib
24+
*.dll
25+
26+
# Fortran module files
27+
*.mod
28+
*.smod
29+
30+
# Compiled Static libraries
31+
*.lai
32+
*.la
33+
*.a
34+
*.lib
35+
36+
# Executables
37+
*.exe
38+
*.out
39+
*.app
40+
*.cache

SDL

-1
This file was deleted.

autom4te.cache/output.0

Whitespace-only changes.

autom4te.cache/requests

-84
This file was deleted.

autom4te.cache/traces.0

-2
This file was deleted.

libengine.so

-1
This file was deleted.

src/fmt/format.cc.o

-195 KB
Binary file not shown.

src/fmt/os.cc.o

-16.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)