Skip to content

Commit 89dc4a7

Browse files
author
Twilight-Dream-Of-Magic
committed
Minor important changes: (2018-08-11) Update source code and binaries and script files
Remove the meaningless C++ language identifier, and all the text content of the function printed to the screen has been corrected and added to the string content. Some files or folders have been renamed.
1 parent 4e4b1ea commit 89dc4a7

File tree

35 files changed

+1759
-1731
lines changed

35 files changed

+1759
-1731
lines changed

.gitignore

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
1-
#Text File
1+
#Text file
22
*.txt
33
*.md
44
*.log
55

6+
# Source code files
7+
*.c
8+
*.cc
9+
*.cpp
10+
*.cxx
11+
*.h
12+
*.hpp
13+
614
# Prerequisites
715
*.d
816

9-
# Compiled Object files
17+
# Compiled object files
1018
*.slo
1119
*.lo
1220
*.o
1321
*.obj
22+
*.objective-binary
1423

15-
# Precompiled Headers
24+
# Precompiled headers
1625
*.gch
1726
*.pch
1827

19-
# Compiled Dynamic libraries
28+
# Compiled static libraries
29+
*.a
30+
*.lib
31+
32+
# Compiled dynamic libraries
2033
*.so
2134
*.dylib
2235
*.dll
@@ -25,13 +38,28 @@
2538
*.mod
2639
*.smod
2740

28-
# Compiled Static libraries
41+
# Compiled static libraries
2942
*.lai
3043
*.la
3144
*.a
3245
*.lib
3346

34-
# Executables
47+
# Executables binary files
3548
*.exe
36-
*.out
49+
*.com
50+
*.pkg
3751
*.app
52+
*.AppImage
53+
*.elf
54+
55+
# Executables text script files
56+
*.cmd
57+
*.bat
58+
*.sh
59+
Makefile
60+
makefile
61+
62+
#Integrated Development Environment - Code Project Files
63+
*.sln
64+
*.vcxproj
65+
*.cbp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)