diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..114c66c --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ + +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a + +# visual studio +*.sdf +*.opensdf + +# user files +*.suo +*.user + +# msvc temporaries/binaries +[Dd]ebug - */ +[Rr]elease - */ +[Dd]ebug/ +[Rr]elease/ \ No newline at end of file