We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d83a51 commit 7cdcfb0Copy full SHA for 7cdcfb0
.gitignore
@@ -0,0 +1,51 @@
1
+# Prerequisites
2
+*.d
3
+
4
+# Object files
5
+*.o
6
+*.ko
7
+*.obj
8
+*.elf
9
10
+# Linker output
11
+*.ilk
12
+*.map
13
+*.exp
14
15
+# Precompiled Headers
16
+*.gch
17
+*.pch
18
19
+# Libraries
20
+*.lib
21
+*.a
22
+*.la
23
+*.lo
24
25
+# Shared objects (inc. Windows DLLs)
26
+*.dll
27
+*.so
28
+*.so.*
29
+*.dylib
30
31
+# Executables
32
+*.exe
33
+*.app
34
+*.i*86
35
+*.x86_64
36
+*.hex
37
38
+# Debug files
39
+*.dSYM/
40
+*.su
41
+*.idb
42
+*.pdb
43
44
+# Kernel Module Compile Results
45
+*.mod*
46
+*.cmd
47
+.tmp_versions/
48
+modules.order
49
+Module.symvers
50
+Mkfile.old
51
+dkms.conf
README.md
@@ -1,2 +1,5 @@
# SimpleFileCompressor
Simple implementation of file compressor written for Linux OS.
+Needed packages:
+ libssl-dev
0 commit comments