Skip to content

Commit e3a5402

Browse files
committed
add gitignore and remove bin and obj folder
1 parent 658ff63 commit e3a5402

File tree

64 files changed

+92
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+92
-0
lines changed

.gitignore

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/c++
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=c++
4+
5+
### C++ ###
6+
# Prerequisites
7+
*.d
8+
9+
# Compiled Object files
10+
*.slo
11+
*.lo
12+
*.o
13+
*.obj
14+
15+
# Precompiled Headers
16+
*.gch
17+
*.pch
18+
19+
# Compiled Dynamic libraries
20+
*.so
21+
*.dylib
22+
*.dll
23+
24+
# Fortran module files
25+
*.mod
26+
*.smod
27+
28+
# Compiled Static libraries
29+
*.lai
30+
*.la
31+
*.a
32+
*.lib
33+
34+
# Executables
35+
*.exe
36+
*.out
37+
*.app
38+
39+
# End of https://www.toptal.com/developers/gitignore/api/c++
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-81.4 KB
Binary file not shown.
-41.8 KB
Binary file not shown.
Binary file not shown.
-20.5 KB
Binary file not shown.
Binary file not shown.
-90.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6" />
4+
<Project>
5+
<Option title="binarySearch" />
6+
<Option pch_mode="2" />
7+
<Option compiler="gcc" />
8+
<Build>
9+
<Target title="Debug">
10+
<Option output="bin/Debug/binarySearch" prefix_auto="1" extension_auto="1" />
11+
<Option object_output="obj/Debug/" />
12+
<Option type="1" />
13+
<Option compiler="gcc" />
14+
<Compiler>
15+
<Add option="-g" />
16+
</Compiler>
17+
</Target>
18+
<Target title="Release">
19+
<Option output="bin/Release/binarySearch" prefix_auto="1" extension_auto="1" />
20+
<Option object_output="obj/Release/" />
21+
<Option type="1" />
22+
<Option compiler="gcc" />
23+
<Compiler>
24+
<Add option="-O2" />
25+
</Compiler>
26+
<Linker>
27+
<Add option="-s" />
28+
</Linker>
29+
</Target>
30+
</Build>
31+
<Compiler>
32+
<Add option="-Wall" />
33+
<Add option="-fexceptions" />
34+
</Compiler>
35+
<Unit filename="main.cpp" />
36+
<Extensions>
37+
<code_completion />
38+
<envvars />
39+
<debugger />
40+
<lib_finder disable_auto="1" />
41+
</Extensions>
42+
</Project>
43+
</CodeBlocks_project_file>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_layout_file>
3+
<FileVersion major="1" minor="0" />
4+
<ActiveTarget name="Debug" />
5+
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="-1" zoom_2="0">
6+
<Cursor>
7+
<Cursor1 position="672" topLine="0" />
8+
</Cursor>
9+
</File>
10+
</CodeBlocks_layout_file>
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.
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.
-19.4 KB
Binary file not shown.
Binary file not shown.
-20 KB
Binary file not shown.
Binary file not shown.
-67.8 KB
Binary file not shown.
-122 KB
Binary file not shown.
-97.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-19.9 KB
Binary file not shown.
Binary file not shown.
-20.4 KB
Binary file not shown.
-62.8 KB
Binary file not shown.
-22.5 KB
Binary file not shown.
Binary file not shown.
-19.7 KB
Binary file not shown.
Binary file not shown.
-20.8 KB
Binary file not shown.
Binary file not shown.
-19.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-150 KB
Binary file not shown.
-137 KB
Binary file not shown.
Binary file not shown.
-22.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)