diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..ee7bf1e --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,2 @@ +/Browser.pot +/*.mo diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..a10bc26 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,9 @@ +/browser +/copy +/delete +/desktop +/desktopctl +/move +/open +/properties +/view diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..cad01f9 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,3 @@ +/plugins +/tests.log +/vfs diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..5536c50 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,2 @@ +/dirtree +/iconlist