added .dll and .so to gitignore
This commit is contained in:
parent
b40adcc3db
commit
5a7c32a26e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
*.user
|
*.user
|
||||||
build*
|
build*
|
||||||
|
*.so
|
||||||
|
*.dll
|
||||||
|
6
src/simulation.cpp
Normal file
6
src/simulation.cpp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#include "simulation.h"
|
||||||
|
|
||||||
|
Simulation::Simulation()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
11
src/simulation.h
Normal file
11
src/simulation.h
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#ifndef SIMULATION_H
|
||||||
|
#define SIMULATION_H
|
||||||
|
|
||||||
|
|
||||||
|
class Simulation
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
Simulation();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // SIMULATION_H
|
Loading…
x
Reference in New Issue
Block a user