diff --git a/code/.gitignore b/code/.gitignore index fcb5119..a3520d6 100644 --- a/code/.gitignore +++ b/code/.gitignore @@ -1,5 +1,3 @@ -[Bb]in/ - # C++ objects and libs *.slo @@ -11,6 +9,7 @@ *.so *.dll *.dylib +*.pdb # Qt-es diff --git a/code/bin/.gitignore b/code/bin/.gitignore new file mode 100644 index 0000000..4de29e4 --- /dev/null +++ b/code/bin/.gitignore @@ -0,0 +1,2 @@ +[Dd]ebug/ +[Rr]elease/