diff --git a/tmp/.gitignore b/tmp/.gitignore index 72e8ffc0db8aad71a934dd11e5968bd5109e54b4..f60b6d626c04360b7cb04a76278cd73eb21e2eed 100755 --- a/tmp/.gitignore +++ b/tmp/.gitignore @@ -1 +1,3 @@ * +!.gitignore +!dummy.txt diff --git a/tmp/dummy.txt b/tmp/dummy.txt new file mode 100644 index 0000000000000000000000000000000000000000..f8da527973d14f0255b708d7c85ce3d7f7ad0041 --- /dev/null +++ b/tmp/dummy.txt @@ -0,0 +1 @@ +i'm dummy.txt . i keep the temp-dir! :3