diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..590a319 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# output files +bin/FastTraX +bin/TraX + +# intermediate files from the build +*/depends/ +*/lib/*.a +*/lib/*.so +*/obj.r*/ + +# install log files +etc/*_log