Added .gitignore
This commit is contained in:
parent
8d89d05cf2
commit
ed4f186803
3 changed files with 17 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Intellij
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
# Object files
|
||||||
|
*.o
|
||||||
|
|
||||||
|
# Libraries
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Shared objects (inc. Windows DLLs)
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
|
BIN
bin/mbpfan
BIN
bin/mbpfan
Binary file not shown.
BIN
src/mbpfan.o
BIN
src/mbpfan.o
Binary file not shown.
Loading…
Reference in a new issue