mbpfan/.gitignore
Daniel Graziotin 0428dafb3a Take manual control of the fans
Converted all unsigned short to int
Changed Polling Interval to 5
2012-06-09 19:07:25 +02:00

17 lines
143 B
Text

# Intellij
.idea
*.iml
# Object files
*.o
bin/*
# Libraries
*.lib
# Shared objects (inc. Windows DLLs)
*.dll
*.so
# Executables
*.exe
*.out